| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsResponse |
IdentitystoreClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists all groups in the identity store.
|
default ListGroupsResponse |
IdentitystoreClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists all groups in the identity store.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsResponse> |
IdentitystoreAsyncClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists all groups in the identity store.
|
default CompletableFuture<ListGroupsResponse> |
IdentitystoreAsyncClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists all groups in the identity store.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupsResponse> |
ListGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.