| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
OfferSummary |
OfferSummary.clone() |
OfferSummary |
EntitySummary.getOfferSummary()
An object that contains summary information about the offer.
|
OfferSummary |
OfferSummary.withAvailabilityEndDate(String availabilityEndDate)
The availability end date of the offer.
|
OfferSummary |
OfferSummary.withBuyerAccounts(Collection<String> buyerAccounts)
The buyer accounts in the offer.
|
OfferSummary |
OfferSummary.withBuyerAccounts(String... buyerAccounts)
The buyer accounts in the offer.
|
OfferSummary |
OfferSummary.withName(String name)
The name of the offer.
|
OfferSummary |
OfferSummary.withProductId(String productId)
The product ID of the offer.
|
OfferSummary |
OfferSummary.withReleaseDate(String releaseDate)
The release date of the offer.
|
OfferSummary |
OfferSummary.withState(OfferStateString state)
The status of the offer.
|
OfferSummary |
OfferSummary.withState(String state)
The status of the offer.
|
OfferSummary |
OfferSummary.withTargeting(Collection<String> targeting)
The targeting in the offer.
|
OfferSummary |
OfferSummary.withTargeting(OfferTargetingString... targeting)
The targeting in the offer.
|
OfferSummary |
OfferSummary.withTargeting(String... targeting)
The targeting in the offer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntitySummary.setOfferSummary(OfferSummary offerSummary)
An object that contains summary information about the offer.
|
EntitySummary |
EntitySummary.withOfferSummary(OfferSummary offerSummary)
An object that contains summary information about the offer.
|
Copyright © 2023. All rights reserved.