| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplaceentitlement.model |
| Modifier and Type | Method and Description |
|---|---|
EntitlementValue.Builder |
EntitlementValue.Builder.booleanValue(Boolean booleanValue)
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.
|
static EntitlementValue.Builder |
EntitlementValue.builder() |
EntitlementValue.Builder |
EntitlementValue.Builder.doubleValue(Double doubleValue)
The DoubleValue field will be populated with a double value when the entitlement is a double type.
|
EntitlementValue.Builder |
EntitlementValue.Builder.integerValue(Integer integerValue)
The IntegerValue field will be populated with an integer value when the entitlement is an integer type.
|
EntitlementValue.Builder |
EntitlementValue.Builder.stringValue(String stringValue)
The StringValue field will be populated with a string value when the entitlement is a string type.
|
EntitlementValue.Builder |
EntitlementValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EntitlementValue.Builder> |
EntitlementValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Entitlement.Builder |
Entitlement.Builder.value(Consumer<EntitlementValue.Builder> value)
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
|
Copyright © 2023. All rights reserved.