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