Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetGroupResponse
Packages that use GetGroupResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetGroupResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GetGroupResponseModifier and TypeMethodDescriptiondefault GetGroupResponseCognitoIdentityProviderClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest) Given a user pool ID and a group name, returns information about the user group.default GetGroupResponseCognitoIdentityProviderClient.getGroup(GetGroupRequest getGroupRequest) Given a user pool ID and a group name, returns information about the user group.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetGroupResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetGroupResponse>CognitoIdentityProviderAsyncClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest) Given a user pool ID and a group name, returns information about the user group.default CompletableFuture<GetGroupResponse>CognitoIdentityProviderAsyncClient.getGroup(GetGroupRequest getGroupRequest) Given a user pool ID and a group name, returns information about the user group.