| 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.paginators | |
| software.amazon.awssdk.services.identitystore.transform |
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
default ListGroupMembershipsForMemberPublisher |
IdentitystoreAsyncClient.listGroupMembershipsForMemberPaginator(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest)
For the specified member in the specified identity store, returns the list of all
GroupMembership
objects and returns results in paginated form. |
default ListGroupMembershipsForMemberIterable |
IdentitystoreClient.listGroupMembershipsForMemberPaginator(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest)
For the specified member in the specified identity store, returns the list of all
GroupMembership
objects and returns results in paginated form. |
| Constructor and Description |
|---|
ListGroupMembershipsForMemberIterable(IdentitystoreClient client,
ListGroupMembershipsForMemberRequest firstRequest) |
ListGroupMembershipsForMemberPublisher(IdentitystoreAsyncClient client,
ListGroupMembershipsForMemberRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGroupMembershipsForMemberRequestMarshaller.marshall(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest) |
Copyright © 2023. All rights reserved.