| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore |
The AWS Single Sign-On (SSO) Identity Store service 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 the attribute name and value of the group that you specified in the search.
|
default ListGroupsResponse |
IdentitystoreClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsResponse> |
IdentitystoreAsyncClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
default CompletableFuture<ListGroupsResponse> |
IdentitystoreAsyncClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists the attribute name and value of the group that you specified in the search.
|
| 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 © 2022. All rights reserved.