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