Uses of Class
software.amazon.awssdk.services.iotroborunner.model.DeleteDestinationRequest
-
Packages that use DeleteDestinationRequest 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.transform -
-
Uses of DeleteDestinationRequest in software.amazon.awssdk.services.iotroborunner
Methods in software.amazon.awssdk.services.iotroborunner with parameters of type DeleteDestinationRequest Modifier and Type Method Description default CompletableFuture<DeleteDestinationResponse>IotRoboRunnerAsyncClient. deleteDestination(DeleteDestinationRequest deleteDestinationRequest)Grants permission to delete a destinationdefault DeleteDestinationResponseIotRoboRunnerClient. deleteDestination(DeleteDestinationRequest deleteDestinationRequest)Grants permission to delete a destination -
Uses of DeleteDestinationRequest in software.amazon.awssdk.services.iotroborunner.transform
Methods in software.amazon.awssdk.services.iotroborunner.transform with parameters of type DeleteDestinationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDestinationRequestMarshaller. marshall(DeleteDestinationRequest deleteDestinationRequest)
-