Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListGroupsRequest.Builder
-
Packages that use ListGroupsRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
-
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListGroupsRequest.Builder Modifier and Type Method Description static ListGroupsRequest.BuilderListGroupsRequest. builder()ListGroupsRequest.BuilderListGroupsRequest.Builder. limit(Integer limit)The maximum number of groups that you want Amazon Cognito to return in the response.ListGroupsRequest.BuilderListGroupsRequest.Builder. nextToken(String nextToken)This API operation returns a limited number of results.ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroupsRequest.BuilderListGroupsRequest. toBuilder()ListGroupsRequest.BuilderListGroupsRequest.Builder. userPoolId(String userPoolId)The ID of the user pool where you want to list user groups.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListGroupsRequest.Builder>ListGroupsRequest. serializableBuilderClass()
-