| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateUserPoolResponse |
CognitoIdentityProviderClient.updateUserPool(Consumer<UpdateUserPoolRequest.Builder> updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
default UpdateUserPoolResponse |
CognitoIdentityProviderClient.updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateUserPoolResponse> |
CognitoIdentityProviderAsyncClient.updateUserPool(Consumer<UpdateUserPoolRequest.Builder> updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
default CompletableFuture<UpdateUserPoolResponse> |
CognitoIdentityProviderAsyncClient.updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
Copyright © 2023. All rights reserved.