| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
OfferProductIdFilter |
OfferProductIdFilter.clone() |
OfferProductIdFilter |
OfferFilters.getProductId()
Allows filtering on the
ProductId of an offer. |
OfferProductIdFilter |
OfferProductIdFilter.withValueList(Collection<String> valueList)
Allows filtering on the
ProductId of an offer with list input. |
OfferProductIdFilter |
OfferProductIdFilter.withValueList(String... valueList)
Allows filtering on the
ProductId of an offer with list input. |
| Modifier and Type | Method and Description |
|---|---|
void |
OfferFilters.setProductId(OfferProductIdFilter productId)
Allows filtering on the
ProductId of an offer. |
OfferFilters |
OfferFilters.withProductId(OfferProductIdFilter productId)
Allows filtering on the
ProductId of an offer. |
Copyright © 2023. All rights reserved.