Uses of Interface
software.amazon.awssdk.services.honeycode.model.VariableValue.Builder
-
Packages that use VariableValue.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of VariableValue.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return VariableValue.Builder Modifier and Type Method Description static VariableValue.BuilderVariableValue. builder()VariableValue.BuilderVariableValue.Builder. rawValue(String rawValue)Raw value of the variable.VariableValue.BuilderVariableValue. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type VariableValue.Builder Modifier and Type Method Description static Class<? extends VariableValue.Builder>VariableValue. serializableBuilderClass()
-