| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotroborunner.model | |
| software.amazon.awssdk.services.iotroborunner.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Site> |
ListSitesResponse.sites()
Returns the value of the Sites property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListSitesResponse.Builder |
ListSitesResponse.Builder.sites(Site... sites)
Sets the value of the Sites property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListSitesResponse.Builder |
ListSitesResponse.Builder.sites(Collection<Site> sites)
Sets the value of the Sites property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Site> |
ListSitesPublisher.sites()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Site> |
ListSitesIterable.sites()
Returns an iterable to iterate through the paginated
ListSitesResponse.sites() member. |
Copyright © 2022. All rights reserved.