Uses of Class
com.amazonaws.services.cognitoidp.model.UpdateUserPoolClientRequest
Packages that use UpdateUserPoolClientRequest
-
Uses of UpdateUserPoolClientRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type UpdateUserPoolClientRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.updateUserPoolClient
(UpdateUserPoolClientRequest request) AWSCognitoIdentityProvider.updateUserPoolClient
(UpdateUserPoolClientRequest updateUserPoolClientRequest) Allows the developer to update the specified user pool client and password policy.AWSCognitoIdentityProviderClient.updateUserPoolClient
(UpdateUserPoolClientRequest updateUserPoolClientRequest) Allows the developer to update the specified user pool client and password policy.AbstractAWSCognitoIdentityProviderAsync.updateUserPoolClientAsync
(UpdateUserPoolClientRequest request) AbstractAWSCognitoIdentityProviderAsync.updateUserPoolClientAsync
(UpdateUserPoolClientRequest request, AsyncHandler<UpdateUserPoolClientRequest, UpdateUserPoolClientResult> asyncHandler) AWSCognitoIdentityProviderAsync.updateUserPoolClientAsync
(UpdateUserPoolClientRequest updateUserPoolClientRequest) Allows the developer to update the specified user pool client and password policy.AWSCognitoIdentityProviderAsync.updateUserPoolClientAsync
(UpdateUserPoolClientRequest updateUserPoolClientRequest, AsyncHandler<UpdateUserPoolClientRequest, UpdateUserPoolClientResult> asyncHandler) Allows the developer to update the specified user pool client and password policy.AWSCognitoIdentityProviderAsyncClient.updateUserPoolClientAsync
(UpdateUserPoolClientRequest request) AWSCognitoIdentityProviderAsyncClient.updateUserPoolClientAsync
(UpdateUserPoolClientRequest request, AsyncHandler<UpdateUserPoolClientRequest, UpdateUserPoolClientResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type UpdateUserPoolClientRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.updateUserPoolClientAsync
(UpdateUserPoolClientRequest request, AsyncHandler<UpdateUserPoolClientRequest, UpdateUserPoolClientResult> asyncHandler) AWSCognitoIdentityProviderAsync.updateUserPoolClientAsync
(UpdateUserPoolClientRequest updateUserPoolClientRequest, AsyncHandler<UpdateUserPoolClientRequest, UpdateUserPoolClientResult> asyncHandler) Allows the developer to update the specified user pool client and password policy.AWSCognitoIdentityProviderAsyncClient.updateUserPoolClientAsync
(UpdateUserPoolClientRequest request, AsyncHandler<UpdateUserPoolClientRequest, UpdateUserPoolClientResult> asyncHandler) -
Uses of UpdateUserPoolClientRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UpdateUserPoolClientRequestModifier and TypeMethodDescriptionUpdateUserPoolClientRequest.clone()
UpdateUserPoolClientRequest.withClientId
(String clientId) The ID of the client associated with the user pool.UpdateUserPoolClientRequest.withClientName
(String clientName) The client name from the update user pool client request.UpdateUserPoolClientRequest.withUserPoolId
(String userPoolId) The user pool ID for the user pool where you want to update the user pool client.