Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.StartCommandExecutionResponse
-
Packages that use StartCommandExecutionResponse 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. -
-
Uses of StartCommandExecutionResponse in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane that return StartCommandExecutionResponse Modifier and Type Method Description default StartCommandExecutionResponseIotJobsDataPlaneClient. startCommandExecution(Consumer<StartCommandExecutionRequest.Builder> 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.Methods in software.amazon.awssdk.services.iotjobsdataplane that return types with arguments of type StartCommandExecutionResponse Modifier and Type Method Description default CompletableFuture<StartCommandExecutionResponse>IotJobsDataPlaneAsyncClient. startCommandExecution(Consumer<StartCommandExecutionRequest.Builder> startCommandExecutionRequest)Using the command created with theCreateCommandAPI, start a command execution on a specific device.default CompletableFuture<StartCommandExecutionResponse>IotJobsDataPlaneAsyncClient. startCommandExecution(StartCommandExecutionRequest startCommandExecutionRequest)Using the command created with theCreateCommandAPI, start a command execution on a specific device.
-