Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateGroupResponse
Packages that use UpdateGroupResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateGroupResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return UpdateGroupResponseModifier and TypeMethodDescriptiondefault UpdateGroupResponseCognitoIdentityProviderClient.updateGroup(Consumer<UpdateGroupRequest.Builder> 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UpdateGroupResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateGroupResponse>CognitoIdentityProviderAsyncClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest) Given the name of a user pool group, updates any of the properties for precedence, IAM role, or description.default 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.