Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListGroupsResponse
-
Packages that use ListGroupsResponse 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 ListGroupsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListGroupsResponse Modifier and Type Method Description default ListGroupsResponseCognitoIdentityProviderClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists the groups associated with a user pool.default ListGroupsResponseCognitoIdentityProviderClient. listGroups(ListGroupsRequest listGroupsRequest)Lists the groups associated with a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>CognitoIdentityProviderAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists the groups associated with a user pool.default CompletableFuture<ListGroupsResponse>CognitoIdentityProviderAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Lists the groups associated with a user pool. -
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 ListGroupsResponse Modifier and Type Method Description Iterator<ListGroupsResponse>ListGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type ListGroupsResponse Modifier and Type Method Description voidListGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber)
-