Uses of Class
software.amazon.awssdk.services.marketplaceentitlement.model.EntitlementValue
-
Packages that use EntitlementValue Package Description software.amazon.awssdk.services.marketplaceentitlement.model -
-
Uses of EntitlementValue in software.amazon.awssdk.services.marketplaceentitlement.model
Methods in software.amazon.awssdk.services.marketplaceentitlement.model that return EntitlementValue Modifier and Type Method Description static EntitlementValueEntitlementValue. fromBooleanValue(Boolean booleanValue)Create an instance of this class withbooleanValue()initialized to the given value.static EntitlementValueEntitlementValue. fromDoubleValue(Double doubleValue)Create an instance of this class withdoubleValue()initialized to the given value.static EntitlementValueEntitlementValue. fromIntegerValue(Integer integerValue)Create an instance of this class withintegerValue()initialized to the given value.static EntitlementValueEntitlementValue. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.EntitlementValueEntitlement. value()The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.Methods in software.amazon.awssdk.services.marketplaceentitlement.model with parameters of type EntitlementValue Modifier and Type Method Description Entitlement.BuilderEntitlement.Builder. value(EntitlementValue value)The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
-