Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.PropertyValueNullValue.Builder
-
Packages that use PropertyValueNullValue.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PropertyValueNullValue.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return PropertyValueNullValue.Builder Modifier and Type Method Description static PropertyValueNullValue.BuilderPropertyValueNullValue. builder()PropertyValueNullValue.BuilderPropertyValueNullValue. toBuilder()PropertyValueNullValue.BuilderPropertyValueNullValue.Builder. valueType(String valueType)The type of null asset property data.PropertyValueNullValue.BuilderPropertyValueNullValue.Builder. valueType(RawValueType valueType)The type of null asset property data.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PropertyValueNullValue.Builder Modifier and Type Method Description static Class<? extends PropertyValueNullValue.Builder>PropertyValueNullValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type PropertyValueNullValue.Builder Modifier and Type Method Description default Variant.BuilderVariant.Builder. nullValue(Consumer<PropertyValueNullValue.Builder> nullValue)The type of null asset property data with BAD and UNCERTAIN qualities.
-