| 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 AddCustomAttributesResponse |
CognitoIdentityProviderClient.addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.
|
default AddCustomAttributesResponse |
CognitoIdentityProviderClient.addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddCustomAttributesResponse> |
CognitoIdentityProviderAsyncClient.addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.
|
default CompletableFuture<AddCustomAttributesResponse> |
CognitoIdentityProviderAsyncClient.addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.
|
Copyright © 2023. All rights reserved.