Package | Description |
---|---|
com.amazonaws.services.cognitoidp | |
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Method and Description |
---|---|
AddCustomAttributesResult |
AbstractAWSCognitoIdentityProvider.addCustomAttributes(AddCustomAttributesRequest request) |
AddCustomAttributesResult |
AWSCognitoIdentityProviderClient.addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.
|
AddCustomAttributesResult |
AWSCognitoIdentityProvider.addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.
|
java.util.concurrent.Future<AddCustomAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.addCustomAttributesAsync(AddCustomAttributesRequest request) |
java.util.concurrent.Future<AddCustomAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.addCustomAttributesAsync(AddCustomAttributesRequest request) |
java.util.concurrent.Future<AddCustomAttributesResult> |
AWSCognitoIdentityProviderAsync.addCustomAttributesAsync(AddCustomAttributesRequest addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.
|
java.util.concurrent.Future<AddCustomAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.addCustomAttributesAsync(AddCustomAttributesRequest request,
AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler) |
java.util.concurrent.Future<AddCustomAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.addCustomAttributesAsync(AddCustomAttributesRequest request,
AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler) |
java.util.concurrent.Future<AddCustomAttributesResult> |
AWSCognitoIdentityProviderAsync.addCustomAttributesAsync(AddCustomAttributesRequest addCustomAttributesRequest,
AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler)
Adds additional user attributes to the user pool schema.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AddCustomAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.addCustomAttributesAsync(AddCustomAttributesRequest request,
AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler) |
java.util.concurrent.Future<AddCustomAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.addCustomAttributesAsync(AddCustomAttributesRequest request,
AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler) |
java.util.concurrent.Future<AddCustomAttributesResult> |
AWSCognitoIdentityProviderAsync.addCustomAttributesAsync(AddCustomAttributesRequest addCustomAttributesRequest,
AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler)
Adds additional user attributes to the user pool schema.
|
Modifier and Type | Method and Description |
---|---|
AddCustomAttributesRequest |
AddCustomAttributesRequest.clone() |
AddCustomAttributesRequest |
AddCustomAttributesRequest.withCustomAttributes(java.util.Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest |
AddCustomAttributesRequest.withCustomAttributes(SchemaAttributeType... customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest |
AddCustomAttributesRequest.withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to add custom
attributes.
|
Modifier and Type | Method and Description |
---|---|
Request<AddCustomAttributesRequest> |
AddCustomAttributesRequestMarshaller.marshall(AddCustomAttributesRequest addCustomAttributesRequest) |
Modifier and Type | Method and Description |
---|---|
Request<AddCustomAttributesRequest> |
AddCustomAttributesRequestMarshaller.marshall(AddCustomAttributesRequest addCustomAttributesRequest) |