Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetGroupRequest
Packages that use GetGroupRequest
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetGroupRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type GetGroupRequestModifier and TypeMethodDescriptiondefault CompletableFuture<GetGroupResponse>CognitoIdentityProviderAsyncClient.getGroup(GetGroupRequest 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. -
Uses of GetGroupRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type GetGroupRequestModifier and TypeMethodDescriptionGetGroupRequestMarshaller.marshall(GetGroupRequest getGroupRequest)