Uses of Class
software.amazon.awssdk.services.iotroborunner.model.GetDestinationResponse
-
Packages that use GetDestinationResponse Package Description software.amazon.awssdk.services.iotroborunner An example service, deployed with the Octane Service creator, which will echo the string -
-
Uses of GetDestinationResponse in software.amazon.awssdk.services.iotroborunner
Methods in software.amazon.awssdk.services.iotroborunner that return GetDestinationResponse Modifier and Type Method Description default GetDestinationResponseIotRoboRunnerClient. getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)Grants permission to get a destinationdefault GetDestinationResponseIotRoboRunnerClient. getDestination(GetDestinationRequest getDestinationRequest)Grants permission to get a destinationMethods in software.amazon.awssdk.services.iotroborunner that return types with arguments of type GetDestinationResponse Modifier and Type Method Description default CompletableFuture<GetDestinationResponse>IotRoboRunnerAsyncClient. getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)Grants permission to get a destinationdefault CompletableFuture<GetDestinationResponse>IotRoboRunnerAsyncClient. getDestination(GetDestinationRequest getDestinationRequest)Grants permission to get a destination
-