| 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 ListGroupsResponse |
IdentitystoreClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists all groups in the identity store.
|
default CompletableFuture<ListGroupsResponse> |
IdentitystoreAsyncClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists all groups in the identity store.
|
default ListGroupsIterable |
IdentitystoreClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Lists all groups in the identity store.
|
default ListGroupsPublisher |
IdentitystoreAsyncClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Lists all groups in the identity store.
|
| Constructor and Description |
|---|
ListGroupsIterable(IdentitystoreClient client,
ListGroupsRequest firstRequest) |
ListGroupsPublisher(IdentitystoreAsyncClient client,
ListGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGroupsRequestMarshaller.marshall(ListGroupsRequest listGroupsRequest) |
Copyright © 2022. All rights reserved.