| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups.model | |
| software.amazon.awssdk.services.resourcegroups.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListGroupResourcesItem> |
ListGroupResourcesResponse.resources()
An array of resources from which you can determine each resource's identity, type, and group membership status.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupResourcesResponse.Builder |
ListGroupResourcesResponse.Builder.resources(ListGroupResourcesItem... resources)
An array of resources from which you can determine each resource's identity, type, and group membership
status.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupResourcesResponse.Builder |
ListGroupResourcesResponse.Builder.resources(Collection<ListGroupResourcesItem> resources)
An array of resources from which you can determine each resource's identity, type, and group membership
status.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListGroupResourcesItem> |
ListGroupResourcesPublisher.resources()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListGroupResourcesItem> |
ListGroupResourcesIterable.resources()
Returns an iterable to iterate through the paginated
ListGroupResourcesResponse.resources() member. |
Copyright © 2021. All rights reserved.