| 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 ListGroupMembershipsForMemberResponse |
IdentitystoreClient.listGroupMembershipsForMember(Consumer<ListGroupMembershipsForMemberRequest.Builder> listGroupMembershipsForMemberRequest)
For the specified member in the specified identity store, returns the list of all
GroupMembership
objects and returns results in paginated form. |
default ListGroupMembershipsForMemberResponse |
IdentitystoreClient.listGroupMembershipsForMember(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest)
For the specified member 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<ListGroupMembershipsForMemberResponse> |
IdentitystoreAsyncClient.listGroupMembershipsForMember(Consumer<ListGroupMembershipsForMemberRequest.Builder> listGroupMembershipsForMemberRequest)
For the specified member in the specified identity store, returns the list of all
GroupMembership
objects and returns results in paginated form. |
default CompletableFuture<ListGroupMembershipsForMemberResponse> |
IdentitystoreAsyncClient.listGroupMembershipsForMember(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest)
For the specified member 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<ListGroupMembershipsForMemberResponse> |
ListGroupMembershipsForMemberIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupMembershipsForMemberPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupMembershipsForMemberResponse> subscriber) |
Copyright © 2023. All rights reserved.