| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore.model | |
| software.amazon.awssdk.services.identitystore.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ListGroupsResponse.groups()
A list of
Group objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groups(Group... groups)
A list of
Group objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groups(Collection<Group> groups)
A list of
Group objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Group> |
ListGroupsPublisher.groups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Group> |
ListGroupsIterable.groups()
Returns an iterable to iterate through the paginated
ListGroupsResponse.groups() member. |
Copyright © 2023. All rights reserved.