Uses of Class
software.amazon.awssdk.services.iotroborunner.model.ListDestinationsResponse
-
Packages that use ListDestinationsResponse Package Description software.amazon.awssdk.services.iotroborunner An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.iotroborunner.paginators -
-
Uses of ListDestinationsResponse in software.amazon.awssdk.services.iotroborunner
Methods in software.amazon.awssdk.services.iotroborunner that return ListDestinationsResponse Modifier and Type Method Description default ListDestinationsResponseIotRoboRunnerClient. listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)Grants permission to list destinationsdefault ListDestinationsResponseIotRoboRunnerClient. listDestinations(ListDestinationsRequest listDestinationsRequest)Grants permission to list destinationsMethods in software.amazon.awssdk.services.iotroborunner that return types with arguments of type ListDestinationsResponse Modifier and Type Method Description default CompletableFuture<ListDestinationsResponse>IotRoboRunnerAsyncClient. listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)Grants permission to list destinationsdefault CompletableFuture<ListDestinationsResponse>IotRoboRunnerAsyncClient. listDestinations(ListDestinationsRequest listDestinationsRequest)Grants permission to list destinations -
Uses of ListDestinationsResponse in software.amazon.awssdk.services.iotroborunner.paginators
Methods in software.amazon.awssdk.services.iotroborunner.paginators that return types with arguments of type ListDestinationsResponse Modifier and Type Method Description Iterator<ListDestinationsResponse>ListDestinationsIterable. iterator()Method parameters in software.amazon.awssdk.services.iotroborunner.paginators with type arguments of type ListDestinationsResponse Modifier and Type Method Description voidListDestinationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDestinationsResponse> subscriber)
-