Uses of Class
software.amazon.awssdk.services.iot.model.DeleteCommandExecutionRequest
-
Packages that use DeleteCommandExecutionRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of DeleteCommandExecutionRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type DeleteCommandExecutionRequest Modifier and Type Method Description default CompletableFuture<DeleteCommandExecutionResponse>IotAsyncClient. deleteCommandExecution(DeleteCommandExecutionRequest deleteCommandExecutionRequest)Delete a command execution.default DeleteCommandExecutionResponseIotClient. deleteCommandExecution(DeleteCommandExecutionRequest deleteCommandExecutionRequest)Delete a command execution. -
Uses of DeleteCommandExecutionRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type DeleteCommandExecutionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCommandExecutionRequestMarshaller. marshall(DeleteCommandExecutionRequest deleteCommandExecutionRequest)
-