Package | Description |
---|---|
com.amazonaws.services.identitystore |
The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities
(users and groups).
|
com.amazonaws.services.identitystore.model |
Modifier and Type | Method and Description |
---|---|
UpdateUserResult |
AbstractAWSIdentityStore.updateUser(UpdateUserRequest request) |
UpdateUserResult |
AWSIdentityStore.updateUser(UpdateUserRequest updateUserRequest)
For the specified user in the specified identity store, updates the user metadata and attributes.
|
UpdateUserResult |
AWSIdentityStoreClient.updateUser(UpdateUserRequest request)
For the specified user in the specified identity store, updates the user metadata and attributes.
|
Future<UpdateUserResult> |
AbstractAWSIdentityStoreAsync.updateUserAsync(UpdateUserRequest request) |
Future<UpdateUserResult> |
AWSIdentityStoreAsync.updateUserAsync(UpdateUserRequest updateUserRequest)
For the specified user in the specified identity store, updates the user metadata and attributes.
|
Future<UpdateUserResult> |
AWSIdentityStoreAsyncClient.updateUserAsync(UpdateUserRequest request) |
Future<UpdateUserResult> |
AbstractAWSIdentityStoreAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AWSIdentityStoreAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
For the specified user in the specified identity store, updates the user metadata and attributes.
|
Future<UpdateUserResult> |
AWSIdentityStoreAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateUserResult> |
AbstractAWSIdentityStoreAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AWSIdentityStoreAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
For the specified user in the specified identity store, updates the user metadata and attributes.
|
Future<UpdateUserResult> |
AWSIdentityStoreAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest |
UpdateUserRequest.clone() |
UpdateUserRequest |
UpdateUserRequest.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
UpdateUserRequest |
UpdateUserRequest.withOperations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateUserRequest |
UpdateUserRequest.withOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateUserRequest |
UpdateUserRequest.withUserId(String userId)
The identifier for a user in the identity store.
|
Copyright © 2024. All rights reserved.