Uses of Class
software.amazon.awssdk.services.iotroborunner.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.iotroborunner.model software.amazon.awssdk.services.iotroborunner.paginators -
-
Uses of Destination in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return types with arguments of type Destination Modifier and Type Method Description List<Destination>ListDestinationsResponse. destinations()Returns the value of the Destinations property for this object.Methods in software.amazon.awssdk.services.iotroborunner.model with parameters of type Destination Modifier and Type Method Description ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinations(Destination... destinations)Sets the value of the Destinations property for this object.Method parameters in software.amazon.awssdk.services.iotroborunner.model with type arguments of type Destination Modifier and Type Method Description ListDestinationsResponse.BuilderListDestinationsResponse.Builder. destinations(Collection<Destination> destinations)Sets the value of the Destinations property for this object. -
Uses of Destination in software.amazon.awssdk.services.iotroborunner.paginators
Methods in software.amazon.awssdk.services.iotroborunner.paginators that return types with arguments of type Destination Modifier and Type Method Description SdkIterable<Destination>ListDestinationsIterable. destinations()Returns an iterable to iterate through the paginatedListDestinationsResponse.destinations()member.SdkPublisher<Destination>ListDestinationsPublisher. destinations()Returns a publisher that can be used to get a stream of data.
-