| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore |
The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) provides a single place
to retrieve all of your identities (users and groups).
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateUserResponse |
IdentitystoreClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
For the specified user in the specified identity store, updates the user metadata and attributes.
|
default UpdateUserResponse |
IdentitystoreClient.updateUser(UpdateUserRequest updateUserRequest)
For the specified user in the specified identity store, updates the user metadata and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateUserResponse> |
IdentitystoreAsyncClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
For the specified user in the specified identity store, updates the user metadata and attributes.
|
default CompletableFuture<UpdateUserResponse> |
IdentitystoreAsyncClient.updateUser(UpdateUserRequest updateUserRequest)
For the specified user in the specified identity store, updates the user metadata and attributes.
|
Copyright © 2023. All rights reserved.