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