| 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.
|
| software.amazon.awssdk.services.cognitoidentityprovider.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateUserPoolResponse> |
CognitoIdentityProviderAsyncClient.createUserPool(CreateUserPoolRequest createUserPoolRequest)
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
default CreateUserPoolResponse |
CognitoIdentityProviderClient.createUserPool(CreateUserPoolRequest createUserPoolRequest)
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
CreateUserPoolRequestMarshaller.marshall(CreateUserPoolRequest createUserPoolRequest) |
Copyright © 2021. All rights reserved.