Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
UpdateUserPoolResult |
AWSCognitoIdentityProvider.updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
UpdateUserPoolResult |
AWSCognitoIdentityProviderClient.updateUserPool(UpdateUserPoolRequest request)
Updates the specified user pool with the specified attributes.
|
UpdateUserPoolResult |
AbstractAWSCognitoIdentityProvider.updateUserPool(UpdateUserPoolRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateUserPoolResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserPoolAsync(UpdateUserPoolRequest request,
AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateUserPoolResult |
UpdateUserPoolResult.clone() |
Copyright © 2021. All rights reserved.