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)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 UpdateGroupResponse Modifier and Type Method Description default 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.
-