| 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).
|
| software.amazon.awssdk.services.identitystore.transform |
| Modifier and Type | Method and Description |
|---|---|
default IsMemberInGroupsResponse |
IdentitystoreClient.isMemberInGroups(IsMemberInGroupsRequest isMemberInGroupsRequest)
Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
|
default CompletableFuture<IsMemberInGroupsResponse> |
IdentitystoreAsyncClient.isMemberInGroups(IsMemberInGroupsRequest isMemberInGroupsRequest)
Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
IsMemberInGroupsRequestMarshaller.marshall(IsMemberInGroupsRequest isMemberInGroupsRequest) |
Copyright © 2023. All rights reserved.