| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupMembershipsResponse |
IdentitystoreClient.listGroupMemberships(Consumer<ListGroupMembershipsRequest.Builder> listGroupMembershipsRequest)
For the specified group in the specified identity store, returns the list of all
GroupMembership
objects and returns results in paginated form. |
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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupMembershipsResponse> |
IdentitystoreAsyncClient.listGroupMemberships(Consumer<ListGroupMembershipsRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupMembershipsResponse> |
ListGroupMembershipsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupMembershipsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupMembershipsResponse> subscriber) |
Copyright © 2023. All rights reserved.