| 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 GetGroupMembershipIdResponse |
IdentitystoreClient.getGroupMembershipId(Consumer<GetGroupMembershipIdRequest.Builder> getGroupMembershipIdRequest)
Retrieves the
MembershipId in an identity store. |
default GetGroupMembershipIdResponse |
IdentitystoreClient.getGroupMembershipId(GetGroupMembershipIdRequest getGroupMembershipIdRequest)
Retrieves the
MembershipId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGroupMembershipIdResponse> |
IdentitystoreAsyncClient.getGroupMembershipId(Consumer<GetGroupMembershipIdRequest.Builder> getGroupMembershipIdRequest)
Retrieves the
MembershipId in an identity store. |
default CompletableFuture<GetGroupMembershipIdResponse> |
IdentitystoreAsyncClient.getGroupMembershipId(GetGroupMembershipIdRequest getGroupMembershipIdRequest)
Retrieves the
MembershipId in an identity store. |
Copyright © 2023. All rights reserved.