| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
GrantItem |
GrantItem.clone() |
GrantItem |
GrantItem.withDimensionKey(String dimensionKey)
Unique dimension key defined in the product document.
|
GrantItem |
GrantItem.withMaxQuantity(Integer maxQuantity)
Maximum amount of capacity that the buyer can be entitled to the given dimension of the product.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrantItem> |
FreeTrialPricingTerm.getGrants()
Entitlements granted to the acceptor of a free trial as part of an agreement execution.
|
List<GrantItem> |
FixedUpfrontPricingTerm.getGrants()
Entitlements granted to the acceptor of fixed upfront as part of agreement execution.
|
| Modifier and Type | Method and Description |
|---|---|
FreeTrialPricingTerm |
FreeTrialPricingTerm.withGrants(GrantItem... grants)
Entitlements granted to the acceptor of a free trial as part of an agreement execution.
|
FixedUpfrontPricingTerm |
FixedUpfrontPricingTerm.withGrants(GrantItem... grants)
Entitlements granted to the acceptor of fixed upfront as part of agreement execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FreeTrialPricingTerm.setGrants(Collection<GrantItem> grants)
Entitlements granted to the acceptor of a free trial as part of an agreement execution.
|
void |
FixedUpfrontPricingTerm.setGrants(Collection<GrantItem> grants)
Entitlements granted to the acceptor of fixed upfront as part of agreement execution.
|
FreeTrialPricingTerm |
FreeTrialPricingTerm.withGrants(Collection<GrantItem> grants)
Entitlements granted to the acceptor of a free trial as part of an agreement execution.
|
FixedUpfrontPricingTerm |
FixedUpfrontPricingTerm.withGrants(Collection<GrantItem> grants)
Entitlements granted to the acceptor of fixed upfront as part of agreement execution.
|
Copyright © 2024. All rights reserved.