| 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 GetGroupIdResponse |
IdentitystoreClient.getGroupId(Consumer<GetGroupIdRequest.Builder> getGroupIdRequest)
Retrieves
GroupId in an identity store. |
default GetGroupIdResponse |
IdentitystoreClient.getGroupId(GetGroupIdRequest getGroupIdRequest)
Retrieves
GroupId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGroupIdResponse> |
IdentitystoreAsyncClient.getGroupId(Consumer<GetGroupIdRequest.Builder> getGroupIdRequest)
Retrieves
GroupId in an identity store. |
default CompletableFuture<GetGroupIdResponse> |
IdentitystoreAsyncClient.getGroupId(GetGroupIdRequest getGroupIdRequest)
Retrieves
GroupId in an identity store. |
Copyright © 2022. All rights reserved.