Uses of Interface
software.amazon.awssdk.services.iot.model.CommandParameterValue.Builder
-
Packages that use CommandParameterValue.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CommandParameterValue.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CommandParameterValue.Builder Modifier and Type Method Description CommandParameterValue.BuilderCommandParameterValue.Builder. b(Boolean b)An attribute of type Boolean.CommandParameterValue.BuilderCommandParameterValue.Builder. bin(SdkBytes bin)An attribute of type Binary.static CommandParameterValue.BuilderCommandParameterValue. builder()CommandParameterValue.BuilderCommandParameterValue.Builder. d(Double d)An attribute of type Double (Sixty-Four Bits).CommandParameterValue.BuilderCommandParameterValue.Builder. i(Integer i)An attribute of type Integer (Thirty-Two Bits).CommandParameterValue.BuilderCommandParameterValue.Builder. l(Long l)An attribute of type Long.CommandParameterValue.BuilderCommandParameterValue.Builder. s(String s)An attribute of type String.CommandParameterValue.BuilderCommandParameterValue. toBuilder()CommandParameterValue.BuilderCommandParameterValue.Builder. ul(String ul)An attribute of type unsigned long.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CommandParameterValue.Builder Modifier and Type Method Description static Class<? extends CommandParameterValue.Builder>CommandParameterValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CommandParameterValue.Builder Modifier and Type Method Description default CommandParameter.BuilderCommandParameter.Builder. defaultValue(Consumer<CommandParameterValue.Builder> defaultValue)The default value used to describe the command.default CommandParameter.BuilderCommandParameter.Builder. value(Consumer<CommandParameterValue.Builder> value)The value used to describe the command.
-