Uses of Class
software.amazon.awssdk.services.iot.model.CommandParameterValue
-
Packages that use CommandParameterValue Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CommandParameterValue in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CommandParameterValue Modifier and Type Method Description CommandParameterValueCommandParameter. defaultValue()The default value used to describe the command.CommandParameterValueCommandParameter. value()The value used to describe the command.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CommandParameterValue Modifier and Type Method Description Map<String,CommandParameterValue>GetCommandExecutionResponse. parameters()The list of parameters that theStartCommandExecutionAPI used when performing the command on the device.Methods in software.amazon.awssdk.services.iot.model with parameters of type CommandParameterValue Modifier and Type Method Description CommandParameter.BuilderCommandParameter.Builder. defaultValue(CommandParameterValue defaultValue)The default value used to describe the command.CommandParameter.BuilderCommandParameter.Builder. value(CommandParameterValue value)The value used to describe the command.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CommandParameterValue Modifier and Type Method Description GetCommandExecutionResponse.BuilderGetCommandExecutionResponse.Builder. parameters(Map<String,CommandParameterValue> parameters)The list of parameters that theStartCommandExecutionAPI used when performing the command on the device.
-