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