Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteGroupResponse
-
Packages that use DeleteGroupResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 DeleteGroupResponse Modifier and Type Method Description default 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 DeleteGroupResponse Modifier and Type Method Description default 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.
-