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