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