Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListGroupsForUserResponse
Packages that use AdminListGroupsForUserResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminListGroupsForUserResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminListGroupsForUserResponseModifier and TypeMethodDescriptiondefault AdminListGroupsForUserResponseCognitoIdentityProviderClient.adminListGroupsForUser(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest) Lists the groups that a user belongs to.default AdminListGroupsForUserResponseCognitoIdentityProviderClient.adminListGroupsForUser(AdminListGroupsForUserRequest adminListGroupsForUserRequest) Lists the groups that a user belongs to.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminListGroupsForUserResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminListGroupsForUser(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest) Lists the groups that a user belongs to.CognitoIdentityProviderAsyncClient.adminListGroupsForUser(AdminListGroupsForUserRequest adminListGroupsForUserRequest) Lists the groups that a user belongs to. -
Uses of AdminListGroupsForUserResponse in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type AdminListGroupsForUserResponseMethod parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type AdminListGroupsForUserResponseModifier and TypeMethodDescriptionvoidAdminListGroupsForUserPublisher.subscribe(org.reactivestreams.Subscriber<? super AdminListGroupsForUserResponse> subscriber)