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