| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceentitlement.model |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
Entitlement.clone() |
Entitlement |
Entitlement.withCustomerIdentifier(String customerIdentifier)
The customer identifier is a handle to each unique customer in an application.
|
Entitlement |
Entitlement.withDimension(String dimension)
The dimension for which the given entitlement applies.
|
Entitlement |
Entitlement.withExpirationDate(Date expirationDate)
The expiration date represents the minimum date through which this entitlement is expected to remain valid.
|
Entitlement |
Entitlement.withProductCode(String productCode)
The product code for which the given entitlement applies.
|
Entitlement |
Entitlement.withValue(EntitlementValue value)
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entitlement> |
GetEntitlementsResult.getEntitlements()
The set of entitlements found through the GetEntitlements operation.
|
| Modifier and Type | Method and Description |
|---|---|
GetEntitlementsResult |
GetEntitlementsResult.withEntitlements(Entitlement... entitlements)
The set of entitlements found through the GetEntitlements operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEntitlementsResult.setEntitlements(Collection<Entitlement> entitlements)
The set of entitlements found through the GetEntitlements operation.
|
GetEntitlementsResult |
GetEntitlementsResult.withEntitlements(Collection<Entitlement> entitlements)
The set of entitlements found through the GetEntitlements operation.
|
Copyright © 2019. All rights reserved.