Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateGroupResponse
-
Packages that use UpdateGroupResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 UpdateGroupResponse Modifier and Type Method Description default UpdateGroupResponseCognitoIdentityProviderClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates the specified group with the specified attributes.default UpdateGroupResponseCognitoIdentityProviderClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates the specified group with the specified attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UpdateGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>CognitoIdentityProviderAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates the specified group with the specified attributes.default CompletableFuture<UpdateGroupResponse>CognitoIdentityProviderAsyncClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates the specified group with the specified attributes.
-