| 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 GetUserIdResponse |
IdentitystoreClient.getUserId(Consumer<GetUserIdRequest.Builder> getUserIdRequest)
Retrieves the
UserId in an identity store. |
default GetUserIdResponse |
IdentitystoreClient.getUserId(GetUserIdRequest getUserIdRequest)
Retrieves the
UserId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUserIdResponse> |
IdentitystoreAsyncClient.getUserId(Consumer<GetUserIdRequest.Builder> getUserIdRequest)
Retrieves the
UserId in an identity store. |
default CompletableFuture<GetUserIdResponse> |
IdentitystoreAsyncClient.getUserId(GetUserIdRequest getUserIdRequest)
Retrieves the
UserId in an identity store. |
Copyright © 2023. All rights reserved.