Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListGroupsResponse
Packages that use ListGroupsResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListGroupsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListGroupsResponseModifier and TypeMethodDescriptiondefault ListGroupsResponseCognitoIdentityProviderClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest) Given a user pool ID, returns user pool groups and their details.default ListGroupsResponseCognitoIdentityProviderClient.listGroups(ListGroupsRequest listGroupsRequest) Given a user pool ID, returns user pool groups and their details.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListGroupsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListGroupsResponse>CognitoIdentityProviderAsyncClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest) Given a user pool ID, returns user pool groups and their details.default CompletableFuture<ListGroupsResponse>CognitoIdentityProviderAsyncClient.listGroups(ListGroupsRequest listGroupsRequest) Given a user pool ID, returns user pool groups and their details. -
Uses of ListGroupsResponse in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type ListGroupsResponseMethod parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type ListGroupsResponseModifier and TypeMethodDescriptionvoidListGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber)