Uses of Class
com.amazonaws.services.cognitoidp.model.DeleteUserPoolClientRequest
Packages that use DeleteUserPoolClientRequest
-
Uses of DeleteUserPoolClientRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type DeleteUserPoolClientRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.deleteUserPoolClient
(DeleteUserPoolClientRequest request) AWSCognitoIdentityProvider.deleteUserPoolClient
(DeleteUserPoolClientRequest deleteUserPoolClientRequest) Allows the developer to delete the user pool client.AWSCognitoIdentityProviderClient.deleteUserPoolClient
(DeleteUserPoolClientRequest deleteUserPoolClientRequest) Allows the developer to delete the user pool client.AbstractAWSCognitoIdentityProviderAsync.deleteUserPoolClientAsync
(DeleteUserPoolClientRequest request) AbstractAWSCognitoIdentityProviderAsync.deleteUserPoolClientAsync
(DeleteUserPoolClientRequest request, AsyncHandler<DeleteUserPoolClientRequest, DeleteUserPoolClientResult> asyncHandler) AWSCognitoIdentityProviderAsync.deleteUserPoolClientAsync
(DeleteUserPoolClientRequest deleteUserPoolClientRequest) Allows the developer to delete the user pool client.AWSCognitoIdentityProviderAsync.deleteUserPoolClientAsync
(DeleteUserPoolClientRequest deleteUserPoolClientRequest, AsyncHandler<DeleteUserPoolClientRequest, DeleteUserPoolClientResult> asyncHandler) Allows the developer to delete the user pool client.AWSCognitoIdentityProviderAsyncClient.deleteUserPoolClientAsync
(DeleteUserPoolClientRequest request) AWSCognitoIdentityProviderAsyncClient.deleteUserPoolClientAsync
(DeleteUserPoolClientRequest request, AsyncHandler<DeleteUserPoolClientRequest, DeleteUserPoolClientResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type DeleteUserPoolClientRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.deleteUserPoolClientAsync
(DeleteUserPoolClientRequest request, AsyncHandler<DeleteUserPoolClientRequest, DeleteUserPoolClientResult> asyncHandler) AWSCognitoIdentityProviderAsync.deleteUserPoolClientAsync
(DeleteUserPoolClientRequest deleteUserPoolClientRequest, AsyncHandler<DeleteUserPoolClientRequest, DeleteUserPoolClientResult> asyncHandler) Allows the developer to delete the user pool client.AWSCognitoIdentityProviderAsyncClient.deleteUserPoolClientAsync
(DeleteUserPoolClientRequest request, AsyncHandler<DeleteUserPoolClientRequest, DeleteUserPoolClientResult> asyncHandler) -
Uses of DeleteUserPoolClientRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return DeleteUserPoolClientRequestModifier and TypeMethodDescriptionDeleteUserPoolClientRequest.clone()
DeleteUserPoolClientRequest.withClientId
(String clientId) The ID of the client associated with the user pool.DeleteUserPoolClientRequest.withUserPoolId
(String userPoolId) The user pool ID for the user pool where you want to delete the client.