| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore |
The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities
(users and groups).
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeUserResponse |
IdentitystoreClient.describeUser(Consumer<DescribeUserRequest.Builder> describeUserRequest)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
default DescribeUserResponse |
IdentitystoreClient.describeUser(DescribeUserRequest describeUserRequest)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeUserResponse> |
IdentitystoreAsyncClient.describeUser(Consumer<DescribeUserRequest.Builder> describeUserRequest)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
default CompletableFuture<DescribeUserResponse> |
IdentitystoreAsyncClient.describeUser(DescribeUserRequest describeUserRequest)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
Copyright © 2023. All rights reserved.