| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default AddCustomAttributesResponse |
CognitoIdentityProviderClient.addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.builder() |
AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.Builder.customAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.Builder.customAttributes(Consumer<SchemaAttributeType.Builder>... customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.Builder.customAttributes(SchemaAttributeType... customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.toBuilder() |
AddCustomAttributesRequest.Builder |
AddCustomAttributesRequest.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool where you want to add custom attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AddCustomAttributesRequest.Builder> |
AddCustomAttributesRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.