Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateGroupRequest
Packages that use UpdateGroupRequest
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateGroupRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type UpdateGroupRequestModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateGroupResponse>CognitoIdentityProviderAsyncClient.updateGroup(UpdateGroupRequest updateGroupRequest) Given the name of a user pool group, updates any of the properties for precedence, IAM role, or description.default UpdateGroupResponseCognitoIdentityProviderClient.updateGroup(UpdateGroupRequest updateGroupRequest) Given the name of a user pool group, updates any of the properties for precedence, IAM role, or description. -
Uses of UpdateGroupRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type UpdateGroupRequestModifier and TypeMethodDescriptionUpdateGroupRequestMarshaller.marshall(UpdateGroupRequest updateGroupRequest)