| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotroborunner.model | |
| software.amazon.awssdk.services.iotroborunner.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Worker> |
ListWorkersResponse.workers()
Returns the value of the Workers property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkersResponse.Builder |
ListWorkersResponse.Builder.workers(Worker... workers)
Sets the value of the Workers property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkersResponse.Builder |
ListWorkersResponse.Builder.workers(Collection<Worker> workers)
Sets the value of the Workers property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Worker> |
ListWorkersIterable.workers()
Returns an iterable to iterate through the paginated
ListWorkersResponse.workers() member. |
SdkPublisher<Worker> |
ListWorkersPublisher.workers()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.