Uses of Interface
software.amazon.awssdk.services.iotjobsdataplane.model.StartCommandExecutionRequest.Builder
-
Packages that use StartCommandExecutionRequest.Builder 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.model -
-
Uses of StartCommandExecutionRequest.Builder in software.amazon.awssdk.services.iotjobsdataplane
Method parameters in software.amazon.awssdk.services.iotjobsdataplane with type arguments of type StartCommandExecutionRequest.Builder 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 StartCommandExecutionResponseIotJobsDataPlaneClient. startCommandExecution(Consumer<StartCommandExecutionRequest.Builder> startCommandExecutionRequest)Using the command created with theCreateCommandAPI, start a command execution on a specific device. -
Uses of StartCommandExecutionRequest.Builder in software.amazon.awssdk.services.iotjobsdataplane.model
Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return StartCommandExecutionRequest.Builder Modifier and Type Method Description static StartCommandExecutionRequest.BuilderStartCommandExecutionRequest. builder()StartCommandExecutionRequest.BuilderStartCommandExecutionRequest.Builder. clientToken(String clientToken)The client token is used to implement idempotency.StartCommandExecutionRequest.BuilderStartCommandExecutionRequest.Builder. commandArn(String commandArn)The Amazon Resource Number (ARN) of the command.StartCommandExecutionRequest.BuilderStartCommandExecutionRequest.Builder. executionTimeoutSeconds(Long executionTimeoutSeconds)Specifies the amount of time in second the device has to finish the command execution.StartCommandExecutionRequest.BuilderStartCommandExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartCommandExecutionRequest.BuilderStartCommandExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartCommandExecutionRequest.BuilderStartCommandExecutionRequest.Builder. parameters(Map<String,CommandParameterValue> parameters)A list of parameters that are required by theStartCommandExecutionAPI when performing the command on a device.StartCommandExecutionRequest.BuilderStartCommandExecutionRequest.Builder. targetArn(String targetArn)The Amazon Resource Number (ARN) of the device where the command execution is occurring.StartCommandExecutionRequest.BuilderStartCommandExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return types with arguments of type StartCommandExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StartCommandExecutionRequest.Builder>StartCommandExecutionRequest. serializableBuilderClass()
-