Home
last modified time | relevance | path

Searched refs:ListGroupsRequest (Results 1 – 25 of 732) sorted by relevance

12345678910>>...30

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-identitystore/include/aws/identitystore/model/
H A DListGroupsRequest.h23 class AWS_IDENTITYSTORE_API ListGroupsRequest : public IdentityStoreRequest
26 ListGroupsRequest();
91 …inline ListGroupsRequest& WithIdentityStoreId(const Aws::String& value) { SetIdentityStoreId(value… in WithIdentityStoreId()
100 …inline ListGroupsRequest& WithIdentityStoreId(Aws::String&& value) { SetIdentityStoreId(std::move(… in WithIdentityStoreId()
109 …inline ListGroupsRequest& WithIdentityStoreId(const char* value) { SetIdentityStoreId(value); retu… in WithIdentityStoreId()
142 inline ListGroupsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} in WithMaxResults()
197 …inline ListGroupsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *t… in WithNextToken()
206 …inline ListGroupsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); ret… in WithNextToken()
215 inline ListGroupsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} in WithNextToken()
246 …inline ListGroupsRequest& WithFilters(const Aws::Vector<Filter>& value) { SetFilters(value); retur… in WithFilters()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/include/aws/quicksight/model/
H A DListGroupsRequest.h25 class AWS_QUICKSIGHT_API ListGroupsRequest : public QuickSightRequest
28 ListGroupsRequest();
81 …inline ListGroupsRequest& WithAwsAccountId(const Aws::String& value) { SetAwsAccountId(value); ret… in WithAwsAccountId()
95 …inline ListGroupsRequest& WithAwsAccountId(const char* value) { SetAwsAccountId(value); return *th… in WithAwsAccountId()
126 …inline ListGroupsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *t… in WithNextToken()
131 …inline ListGroupsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); ret… in WithNextToken()
136 inline ListGroupsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} in WithNextToken()
157 inline ListGroupsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} in WithMaxResults()
188 …inline ListGroupsRequest& WithNamespace(const Aws::String& value) { SetNamespace(value); return *t… in WithNamespace()
193 …inline ListGroupsRequest& WithNamespace(Aws::String&& value) { SetNamespace(std::move(value)); ret… in WithNamespace()
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/
H A Dlist_groups_request.go3 type ListGroupsRequest struct { struct
6 func (r *ListGroupsRequest) encode(pe packetEncoder) error { argument
10 func (r *ListGroupsRequest) decode(pd packetDecoder, version int16) (err error) { argument
14 func (r *ListGroupsRequest) key() int16 { argument
18 func (r *ListGroupsRequest) version() int16 { argument
22 func (r *ListGroupsRequest) headerVersion() int16 { argument
26 func (r *ListGroupsRequest) requiredVersion() KafkaVersion { argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/
H A Dlist_groups_request.go3 type ListGroupsRequest struct{} struct
5 func (r *ListGroupsRequest) encode(pe packetEncoder) error { argument
9 func (r *ListGroupsRequest) decode(pd packetDecoder, version int16) (err error) { argument
13 func (r *ListGroupsRequest) key() int16 { argument
17 func (r *ListGroupsRequest) version() int16 { argument
21 func (r *ListGroupsRequest) headerVersion() int16 { argument
25 func (r *ListGroupsRequest) requiredVersion() KafkaVersion { argument
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/
H A Dlist_groups_request.go3 type ListGroupsRequest struct { struct
6 func (r *ListGroupsRequest) encode(pe packetEncoder) error { argument
10 func (r *ListGroupsRequest) decode(pd packetDecoder, version int16) (err error) { argument
14 func (r *ListGroupsRequest) key() int16 { argument
18 func (r *ListGroupsRequest) version() int16 { argument
22 func (r *ListGroupsRequest) headerVersion() int16 { argument
26 func (r *ListGroupsRequest) requiredVersion() KafkaVersion { argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-resource-groups/include/aws/resource-groups/model/
H A DListGroupsRequest.h27 class AWS_RESOURCEGROUPS_API ListGroupsRequest : public ResourceGroupsRequest
30 ListGroupsRequest();
116 …inline ListGroupsRequest& WithFilters(const Aws::Vector<GroupFilter>& value) { SetFilters(value); … in WithFilters()
131 …inline ListGroupsRequest& WithFilters(Aws::Vector<GroupFilter>&& value) { SetFilters(std::move(val… in WithFilters()
146 …inline ListGroupsRequest& AddFilters(const GroupFilter& value) { m_filtersHasBeenSet = true; m_fil… in AddFilters()
161 …inline ListGroupsRequest& AddFilters(GroupFilter&& value) { m_filtersHasBeenSet = true; m_filters.… in AddFilters()
214 inline ListGroupsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} in WithMaxResults()
269 …inline ListGroupsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *t… in WithNextToken()
278 …inline ListGroupsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); ret… in WithNextToken()
287 inline ListGroupsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} in WithNextToken()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workmail/include/aws/workmail/model/
H A DListGroupsRequest.h21 class AWS_WORKMAIL_API ListGroupsRequest : public WorkMailRequest
24 ListGroupsRequest();
65 …inline ListGroupsRequest& WithOrganizationId(const Aws::String& value) { SetOrganizationId(value);… in WithOrganizationId()
70 …inline ListGroupsRequest& WithOrganizationId(Aws::String&& value) { SetOrganizationId(std::move(va… in WithOrganizationId()
75 …inline ListGroupsRequest& WithOrganizationId(const char* value) { SetOrganizationId(value); return… in WithOrganizationId()
112 …inline ListGroupsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *t… in WithNextToken()
118 …inline ListGroupsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); ret… in WithNextToken()
124 inline ListGroupsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} in WithNextToken()
145 inline ListGroupsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} in WithMaxResults()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cognito-idp/include/aws/cognito-idp/model/
H A DListGroupsRequest.h21 class AWS_COGNITOIDENTITYPROVIDER_API ListGroupsRequest : public CognitoIdentityProviderRequest
24 ListGroupsRequest();
65 …inline ListGroupsRequest& WithUserPoolId(const Aws::String& value) { SetUserPoolId(value); return … in WithUserPoolId()
70 …inline ListGroupsRequest& WithUserPoolId(Aws::String&& value) { SetUserPoolId(std::move(value)); r… in WithUserPoolId()
75 … inline ListGroupsRequest& WithUserPoolId(const char* value) { SetUserPoolId(value); return *this;} in WithUserPoolId()
96 inline ListGroupsRequest& WithLimit(int value) { SetLimit(value); return *this;} in WithLimit()
133 …inline ListGroupsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *t… in WithNextToken()
139 …inline ListGroupsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); ret… in WithNextToken()
145 inline ListGroupsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} in WithNextToken()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/include/aws/iam/model/
H A DListGroupsRequest.h21 class AWS_IAM_API ListGroupsRequest : public IAMRequest
24 ListGroupsRequest();
127 …inline ListGroupsRequest& WithPathPrefix(const Aws::String& value) { SetPathPrefix(value); return … in WithPathPrefix()
142 …inline ListGroupsRequest& WithPathPrefix(Aws::String&& value) { SetPathPrefix(std::move(value)); r… in WithPathPrefix()
157 … inline ListGroupsRequest& WithPathPrefix(const char* value) { SetPathPrefix(value); return *this;} in WithPathPrefix()
206 … inline ListGroupsRequest& WithMarker(const Aws::String& value) { SetMarker(value); return *this;} in WithMarker()
214 …inline ListGroupsRequest& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *t… in WithMarker()
222 inline ListGroupsRequest& WithMarker(const char* value) { SetMarker(value); return *this;} in WithMarker()
271 inline ListGroupsRequest& WithMaxItems(int value) { SetMaxItems(value); return *this;} in WithMaxItems()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/Shopify/sarama/
H A Dlist_groups_request.go3 type ListGroupsRequest struct { struct
6 func (r *ListGroupsRequest) encode(pe packetEncoder) error { argument
10 func (r *ListGroupsRequest) decode(pd packetDecoder, version int16) (err error) { argument
14 func (r *ListGroupsRequest) key() int16 { argument
18 func (r *ListGroupsRequest) version() int16 { argument
22 func (r *ListGroupsRequest) requiredVersion() KafkaVersion { argument
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/sarama-1.19.0/
H A Dlist_groups_request.go3 type ListGroupsRequest struct { struct
6 func (r *ListGroupsRequest) encode(pe packetEncoder) error { argument
10 func (r *ListGroupsRequest) decode(pd packetDecoder, version int16) (err error) { argument
14 func (r *ListGroupsRequest) key() int16 { argument
18 func (r *ListGroupsRequest) version() int16 { argument
22 func (r *ListGroupsRequest) requiredVersion() KafkaVersion { argument
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/
H A Dlist_groups_request.go3 type ListGroupsRequest struct { struct
6 func (r *ListGroupsRequest) encode(pe packetEncoder) error { argument
10 func (r *ListGroupsRequest) decode(pd packetDecoder, version int16) (err error) { argument
14 func (r *ListGroupsRequest) key() int16 { argument
18 func (r *ListGroupsRequest) version() int16 { argument
22 func (r *ListGroupsRequest) requiredVersion() KafkaVersion { argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-greengrass/include/aws/greengrass/model/
H A DListGroupsRequest.h25 class AWS_GREENGRASS_API ListGroupsRequest : public GreengrassRequest
28 ListGroupsRequest();
69 …inline ListGroupsRequest& WithMaxResults(const Aws::String& value) { SetMaxResults(value); return … in WithMaxResults()
74 …inline ListGroupsRequest& WithMaxResults(Aws::String&& value) { SetMaxResults(std::move(value)); r… in WithMaxResults()
79 … inline ListGroupsRequest& WithMaxResults(const char* value) { SetMaxResults(value); return *this;} in WithMaxResults()
116 …inline ListGroupsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *t… in WithNextToken()
122 …inline ListGroupsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); ret… in WithNextToken()
128 inline ListGroupsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} in WithNextToken()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/Shopify/sarama/
H A Dlist_groups_request.go3 type ListGroupsRequest struct { struct
6 func (r *ListGroupsRequest) encode(pe packetEncoder) error { argument
10 func (r *ListGroupsRequest) decode(pd packetDecoder) (err error) { argument
14 func (r *ListGroupsRequest) key() int16 { argument
18 func (r *ListGroupsRequest) version() int16 { argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ram/
H A Dlist_groups.go25 func (client *Client) ListGroups(request *ListGroupsRequest) (response *ListGroupsResponse, err err… argument
34 func (client *Client) ListGroupsWithChan(request *ListGroupsRequest) (<-chan *ListGroupsResponse, <… argument
58 func (client *Client) ListGroupsWithCallback(request *ListGroupsRequest, callback func(response *Li… argument
77 type ListGroupsRequest struct { struct
93 func CreateListGroupsRequest() (request *ListGroupsRequest) {
94 request = &ListGroupsRequest{

12345678910>>...30