Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListGroupsForUserResponse
-
Packages that use AdminListGroupsForUserResponse 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.paginators -
-
Uses of AdminListGroupsForUserResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminListGroupsForUserResponse Modifier and Type Method Description default 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 AdminListGroupsForUserResponse Modifier and Type Method Description default CompletableFuture<AdminListGroupsForUserResponse>CognitoIdentityProviderAsyncClient. adminListGroupsForUser(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest)Lists the groups that a user belongs to.default CompletableFuture<AdminListGroupsForUserResponse>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 AdminListGroupsForUserResponse Modifier and Type Method Description Iterator<AdminListGroupsForUserResponse>AdminListGroupsForUserIterable. iterator()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type AdminListGroupsForUserResponse Modifier and Type Method Description voidAdminListGroupsForUserPublisher. subscribe(org.reactivestreams.Subscriber<? super AdminListGroupsForUserResponse> subscriber)
-