Uses of Class
com.amazonaws.services.cognitoidp.model.UpdateUserPoolRequest
-
Packages that use UpdateUserPoolRequest Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of UpdateUserPoolRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type UpdateUserPoolRequest Modifier and Type Method Description UpdateUserPoolResult
AbstractAWSCognitoIdentityProvider. updateUserPool(UpdateUserPoolRequest request)
UpdateUserPoolResult
AWSCognitoIdentityProvider. updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.UpdateUserPoolResult
AWSCognitoIdentityProviderClient. updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.Future<UpdateUserPoolResult>
AbstractAWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest request)
Future<UpdateUserPoolResult>
AbstractAWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest request, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest updateUserPoolRequest, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Updates the specified user pool with the specified attributes.Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsyncClient. updateUserPoolAsync(UpdateUserPoolRequest request)
Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsyncClient. updateUserPoolAsync(UpdateUserPoolRequest request, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Method parameters in com.amazonaws.services.cognitoidp with type arguments of type UpdateUserPoolRequest Modifier and Type Method Description Future<UpdateUserPoolResult>
AbstractAWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest request, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest updateUserPoolRequest, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Updates the specified user pool with the specified attributes.Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsyncClient. updateUserPoolAsync(UpdateUserPoolRequest request, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
-
Uses of UpdateUserPoolRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UpdateUserPoolRequest Modifier and Type Method Description UpdateUserPoolRequest
UpdateUserPoolRequest. clone()
UpdateUserPoolRequest
UpdateUserPoolRequest. withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are automatically verified when the Amazon Cognito service makes a request to update user pools.UpdateUserPoolRequest
UpdateUserPoolRequest. withAutoVerifiedAttributes(String... autoVerifiedAttributes)
The attributes that are automatically verified when the Amazon Cognito service makes a request to update user pools.UpdateUserPoolRequest
UpdateUserPoolRequest. withAutoVerifiedAttributes(Collection<String> autoVerifiedAttributes)
The attributes that are automatically verified when the Amazon Cognito service makes a request to update user pools.UpdateUserPoolRequest
UpdateUserPoolRequest. withEmailVerificationMessage(String emailVerificationMessage)
The contents of the email verification message.UpdateUserPoolRequest
UpdateUserPoolRequest. withEmailVerificationSubject(String emailVerificationSubject)
The subject of the email verfication messageUpdateUserPoolRequest
UpdateUserPoolRequest. withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information from the request to update the user pool.UpdateUserPoolRequest
UpdateUserPoolRequest. withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:UpdateUserPoolRequest
UpdateUserPoolRequest. withMfaConfiguration(String mfaConfiguration)
Can be one of the following values:UpdateUserPoolRequest
UpdateUserPoolRequest. withPolicies(UserPoolPolicyType policies)
A container with the policies you wish to update in a user pool.UpdateUserPoolRequest
UpdateUserPoolRequest. withSmsAuthenticationMessage(String smsAuthenticationMessage)
The contents of the SMS authentication message.UpdateUserPoolRequest
UpdateUserPoolRequest. withSmsVerificationMessage(String smsVerificationMessage)
A container with information about the SMS verification message.UpdateUserPoolRequest
UpdateUserPoolRequest. withUserPoolId(String userPoolId)
The user pool ID for the user pool you want to update.
-