Package | Description |
---|---|
com.amazonaws.services.cognitoidp | |
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateUserAttributesResult |
AbstractAWSCognitoIdentityProvider.updateUserAttributes(UpdateUserAttributesRequest request) |
UpdateUserAttributesResult |
AWSCognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).
|
UpdateUserAttributesResult |
AWSCognitoIdentityProvider.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).
|
java.util.concurrent.Future<UpdateUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest request) |
java.util.concurrent.Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync(UpdateUserAttributesRequest request) |
java.util.concurrent.Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).
|
java.util.concurrent.Future<UpdateUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
java.util.concurrent.Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
java.util.concurrent.Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest updateUserAttributesRequest,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler)
Allows a user to update a specific attribute (one at a time).
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
java.util.concurrent.Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
java.util.concurrent.Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest updateUserAttributesRequest,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler)
Allows a user to update a specific attribute (one at a time).
|
Modifier and Type | Method and Description |
---|---|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.clone() |
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.withAccessToken(java.lang.String accessToken)
The access token for the request to update user attributes.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.withUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateUserAttributesRequest> |
UpdateUserAttributesRequestMarshaller.marshall(UpdateUserAttributesRequest updateUserAttributesRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateUserAttributesRequest> |
UpdateUserAttributesRequestMarshaller.marshall(UpdateUserAttributesRequest updateUserAttributesRequest) |