Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.StartCommandExecutionRequest
-
Packages that use StartCommandExecutionRequest Package Description software.amazon.awssdk.services.iotjobsdataplane IoT Jobs is a service that allows you to define a set of jobs — remote operations that are sent to and executed on one or more devices connected to Amazon Web Services IoT Core.software.amazon.awssdk.services.iotjobsdataplane.transform -
-
Uses of StartCommandExecutionRequest in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane with parameters of type StartCommandExecutionRequest Modifier and Type Method Description default CompletableFuture<StartCommandExecutionResponse>IotJobsDataPlaneAsyncClient. startCommandExecution(StartCommandExecutionRequest startCommandExecutionRequest)Using the command created with theCreateCommandAPI, start a command execution on a specific device.default StartCommandExecutionResponseIotJobsDataPlaneClient. startCommandExecution(StartCommandExecutionRequest startCommandExecutionRequest)Using the command created with theCreateCommandAPI, start a command execution on a specific device. -
Uses of StartCommandExecutionRequest in software.amazon.awssdk.services.iotjobsdataplane.transform
Methods in software.amazon.awssdk.services.iotjobsdataplane.transform with parameters of type StartCommandExecutionRequest Modifier and Type Method Description SdkHttpFullRequestStartCommandExecutionRequestMarshaller. marshall(StartCommandExecutionRequest startCommandExecutionRequest)
-