| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
OfferLastModifiedDateFilterDateRange |
OfferLastModifiedDateFilterDateRange.clone() |
OfferLastModifiedDateFilterDateRange |
OfferLastModifiedDateFilter.getDateRange()
Allows filtering on the
LastModifiedDate of an offer with date range as input. |
OfferLastModifiedDateFilterDateRange |
OfferLastModifiedDateFilterDateRange.withAfterValue(String afterValue)
Allows filtering on the
LastModifiedDate of an offer after a date. |
OfferLastModifiedDateFilterDateRange |
OfferLastModifiedDateFilterDateRange.withBeforeValue(String beforeValue)
Allows filtering on the
LastModifiedDate of an offer before a date. |
| Modifier and Type | Method and Description |
|---|---|
void |
OfferLastModifiedDateFilter.setDateRange(OfferLastModifiedDateFilterDateRange dateRange)
Allows filtering on the
LastModifiedDate of an offer with date range as input. |
OfferLastModifiedDateFilter |
OfferLastModifiedDateFilter.withDateRange(OfferLastModifiedDateFilterDateRange dateRange)
Allows filtering on the
LastModifiedDate of an offer with date range as input. |
Copyright © 2023. All rights reserved.