| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplaceentitlement.model |
| Modifier and Type | Method and Description |
|---|---|
static EntitlementValue |
EntitlementValue.fromBooleanValue(Boolean booleanValue)
Create an instance of this class with
booleanValue() initialized to the given value. |
static EntitlementValue |
EntitlementValue.fromDoubleValue(Double doubleValue)
Create an instance of this class with
doubleValue() initialized to the given value. |
static EntitlementValue |
EntitlementValue.fromIntegerValue(Integer integerValue)
Create an instance of this class with
integerValue() initialized to the given value. |
static EntitlementValue |
EntitlementValue.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
EntitlementValue |
Entitlement.value()
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
|
| Modifier and Type | Method and Description |
|---|---|
Entitlement.Builder |
Entitlement.Builder.value(EntitlementValue value)
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
|
Copyright © 2022. All rights reserved.