| 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).
|
| software.amazon.awssdk.services.identitystore.paginators | |
| software.amazon.awssdk.services.identitystore.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupMembershipsResponse |
IdentitystoreClient.listGroupMemberships(ListGroupMembershipsRequest listGroupMembershipsRequest)
For the specified group in the specified identity store, returns the list of all
GroupMembership
objects and returns results in paginated form. |
default CompletableFuture<ListGroupMembershipsResponse> |
IdentitystoreAsyncClient.listGroupMemberships(ListGroupMembershipsRequest listGroupMembershipsRequest)
For the specified group in the specified identity store, returns the list of all
GroupMembership
objects and returns results in paginated form. |
default ListGroupMembershipsIterable |
IdentitystoreClient.listGroupMembershipsPaginator(ListGroupMembershipsRequest listGroupMembershipsRequest)
For the specified group in the specified identity store, returns the list of all
GroupMembership
objects and returns results in paginated form. |
default ListGroupMembershipsPublisher |
IdentitystoreAsyncClient.listGroupMembershipsPaginator(ListGroupMembershipsRequest listGroupMembershipsRequest)
For the specified group in the specified identity store, returns the list of all
GroupMembership
objects and returns results in paginated form. |
| Constructor and Description |
|---|
ListGroupMembershipsIterable(IdentitystoreClient client,
ListGroupMembershipsRequest firstRequest) |
ListGroupMembershipsPublisher(IdentitystoreAsyncClient client,
ListGroupMembershipsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGroupMembershipsRequestMarshaller.marshall(ListGroupMembershipsRequest listGroupMembershipsRequest) |
Copyright © 2023. All rights reserved.