Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListGroupsForUserRequest.Builder
Packages that use AdminListGroupsForUserRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminListGroupsForUserRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminListGroupsForUserRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminListGroupsForUser(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest) Lists the groups that a user belongs to.default AdminListGroupsForUserResponseCognitoIdentityProviderClient.adminListGroupsForUser(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest) Lists the groups that a user belongs to.default AdminListGroupsForUserPublisherCognitoIdentityProviderAsyncClient.adminListGroupsForUserPaginator(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest) default AdminListGroupsForUserIterableCognitoIdentityProviderClient.adminListGroupsForUserPaginator(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest) -
Uses of AdminListGroupsForUserRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminListGroupsForUserRequest.BuilderModifier and TypeMethodDescriptionAdminListGroupsForUserRequest.builder()The maximum number of groups that you want Amazon Cognito to return in the response.This API operation returns a limited number of results.AdminListGroupsForUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AdminListGroupsForUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AdminListGroupsForUserRequest.toBuilder()The name of the user that you want to query or modify.AdminListGroupsForUserRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to view a user's groups.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminListGroupsForUserRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminListGroupsForUserRequest.Builder>AdminListGroupsForUserRequest.serializableBuilderClass()