| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceentitlement.model |
| Modifier and Type | Method and Description |
|---|---|
EntitlementValue |
EntitlementValue.clone() |
EntitlementValue |
Entitlement.getValue()
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
|
EntitlementValue |
EntitlementValue.withBooleanValue(Boolean booleanValue)
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.
|
EntitlementValue |
EntitlementValue.withDoubleValue(Double doubleValue)
The DoubleValue field will be populated with a double value when the entitlement is a double type.
|
EntitlementValue |
EntitlementValue.withIntegerValue(Integer integerValue)
The IntegerValue field will be populated with an integer value when the entitlement is an integer type.
|
EntitlementValue |
EntitlementValue.withStringValue(String stringValue)
The StringValue field will be populated with a string value when the entitlement is a string type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entitlement.setValue(EntitlementValue value)
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
|
Entitlement |
Entitlement.withValue(EntitlementValue value)
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
|
Copyright © 2022. All rights reserved.