Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteGroupResponse
Packages that use DeleteGroupResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DeleteGroupResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DeleteGroupResponseModifier and TypeMethodDescriptiondefault DeleteGroupResponseCognitoIdentityProviderClient.deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest) Deletes a group from the specified user pool.default DeleteGroupResponseCognitoIdentityProviderClient.deleteGroup(DeleteGroupRequest deleteGroupRequest) Deletes a group from the specified user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DeleteGroupResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteGroupResponse>CognitoIdentityProviderAsyncClient.deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest) Deletes a group from the specified user pool.default CompletableFuture<DeleteGroupResponse>CognitoIdentityProviderAsyncClient.deleteGroup(DeleteGroupRequest deleteGroupRequest) Deletes a group from the specified user pool.