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 UpdateUserPoolResultAbstractAWSCognitoIdentityProvider. updateUserPool(UpdateUserPoolRequest request)UpdateUserPoolResultAWSCognitoIdentityProvider. updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)Updates the specified user pool with the specified attributes.UpdateUserPoolResultAWSCognitoIdentityProviderClient. 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 UpdateUserPoolRequestUpdateUserPoolRequest. clone()UpdateUserPoolRequestUpdateUserPoolRequest. withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)The attributes that are automatically verified when the Amazon Cognito service makes a request to update user pools.UpdateUserPoolRequestUpdateUserPoolRequest. withAutoVerifiedAttributes(String... autoVerifiedAttributes)The attributes that are automatically verified when the Amazon Cognito service makes a request to update user pools.UpdateUserPoolRequestUpdateUserPoolRequest. withAutoVerifiedAttributes(Collection<String> autoVerifiedAttributes)The attributes that are automatically verified when the Amazon Cognito service makes a request to update user pools.UpdateUserPoolRequestUpdateUserPoolRequest. withEmailVerificationMessage(String emailVerificationMessage)The contents of the email verification message.UpdateUserPoolRequestUpdateUserPoolRequest. withEmailVerificationSubject(String emailVerificationSubject)The subject of the email verfication messageUpdateUserPoolRequestUpdateUserPoolRequest. withLambdaConfig(LambdaConfigType lambdaConfig)The AWS Lambda configuration information from the request to update the user pool.UpdateUserPoolRequestUpdateUserPoolRequest. withMfaConfiguration(UserPoolMfaType mfaConfiguration)Can be one of the following values:UpdateUserPoolRequestUpdateUserPoolRequest. withMfaConfiguration(String mfaConfiguration)Can be one of the following values:UpdateUserPoolRequestUpdateUserPoolRequest. withPolicies(UserPoolPolicyType policies)A container with the policies you wish to update in a user pool.UpdateUserPoolRequestUpdateUserPoolRequest. withSmsAuthenticationMessage(String smsAuthenticationMessage)The contents of the SMS authentication message.UpdateUserPoolRequestUpdateUserPoolRequest. withSmsVerificationMessage(String smsVerificationMessage)A container with information about the SMS verification message.UpdateUserPoolRequestUpdateUserPoolRequest. withUserPoolId(String userPoolId)The user pool ID for the user pool you want to update.
-