Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.CommandParameterValue
-
Packages that use CommandParameterValue Package Description software.amazon.awssdk.services.iotjobsdataplane.model -
-
Uses of CommandParameterValue in software.amazon.awssdk.services.iotjobsdataplane.model
Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return types with arguments of type CommandParameterValue Modifier and Type Method Description Map<String,CommandParameterValue>StartCommandExecutionRequest. parameters()A list of parameters that are required by theStartCommandExecutionAPI when performing the command on a device.Method parameters in software.amazon.awssdk.services.iotjobsdataplane.model with type arguments of type CommandParameterValue Modifier and Type Method Description StartCommandExecutionRequest.BuilderStartCommandExecutionRequest.Builder. parameters(Map<String,CommandParameterValue> parameters)A list of parameters that are required by theStartCommandExecutionAPI when performing the command on a device.
-