Uses of Interface
software.amazon.awssdk.services.marketplaceentitlement.model.EntitlementValue.Builder
-
Packages that use EntitlementValue.Builder Package Description software.amazon.awssdk.services.marketplaceentitlement.model -
-
Uses of EntitlementValue.Builder in software.amazon.awssdk.services.marketplaceentitlement.model
Methods in software.amazon.awssdk.services.marketplaceentitlement.model that return EntitlementValue.Builder Modifier and Type Method Description EntitlementValue.BuilderEntitlementValue.Builder. booleanValue(Boolean booleanValue)The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.static EntitlementValue.BuilderEntitlementValue. builder()EntitlementValue.BuilderEntitlementValue.Builder. doubleValue(Double doubleValue)The DoubleValue field will be populated with a double value when the entitlement is a double type.EntitlementValue.BuilderEntitlementValue.Builder. integerValue(Integer integerValue)The IntegerValue field will be populated with an integer value when the entitlement is an integer type.EntitlementValue.BuilderEntitlementValue.Builder. stringValue(String stringValue)The StringValue field will be populated with a string value when the entitlement is a string type.EntitlementValue.BuilderEntitlementValue. toBuilder()Methods in software.amazon.awssdk.services.marketplaceentitlement.model that return types with arguments of type EntitlementValue.Builder Modifier and Type Method Description static Class<? extends EntitlementValue.Builder>EntitlementValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplaceentitlement.model with type arguments of type EntitlementValue.Builder Modifier and Type Method Description default Entitlement.BuilderEntitlement.Builder. value(Consumer<EntitlementValue.Builder> value)The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
-