Uses of Class
software.amazon.awssdk.services.iot.model.DeleteCommandResponse
-
Packages that use DeleteCommandResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteCommandResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteCommandResponse Modifier and Type Method Description default DeleteCommandResponseIotClient. deleteCommand(Consumer<DeleteCommandRequest.Builder> deleteCommandRequest)Delete a command resource.default DeleteCommandResponseIotClient. deleteCommand(DeleteCommandRequest deleteCommandRequest)Delete a command resource.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteCommandResponse Modifier and Type Method Description default CompletableFuture<DeleteCommandResponse>IotAsyncClient. deleteCommand(Consumer<DeleteCommandRequest.Builder> deleteCommandRequest)Delete a command resource.default CompletableFuture<DeleteCommandResponse>IotAsyncClient. deleteCommand(DeleteCommandRequest deleteCommandRequest)Delete a command resource.
-