| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
GetFeedSubmissionCountResponse |
MarketplaceWebServiceClient.getFeedSubmissionCount(GetFeedSubmissionCountRequest request)
Get Feed Submission Count
returns the number of feeds matching all of the specified criteria
|
GetFeedSubmissionCountResponse |
MarketplaceWebService.getFeedSubmissionCount(GetFeedSubmissionCountRequest request)
Get Feed Submission Count
returns the number of feeds matching all of the specified criteria
|
Future<GetFeedSubmissionCountResponse> |
MarketplaceWebServiceClient.getFeedSubmissionCountAsync(GetFeedSubmissionCountRequest request)
Non-blocking Get Feed Submission Count
Returns
future pointer to GetFeedSubmissionCountResponse
If response is ready, call to future.get()
will return GetFeedSubmissionCountResponse. |
Future<GetFeedSubmissionCountResponse> |
MarketplaceWebService.getFeedSubmissionCountAsync(GetFeedSubmissionCountRequest request)
Non-blocking Get Feed Submission Count
Returns
future pointer to GetFeedSubmissionCountResponse
If response is ready, call to future.get()
will return GetFeedSubmissionCountResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetFeedSubmissionCountResponse |
MarketplaceWebServiceMock.getFeedSubmissionCount(GetFeedSubmissionCountRequest request)
Get Feed Submission Count
returns the number of feeds matching all of the specified criteria
|
Future<GetFeedSubmissionCountResponse> |
MarketplaceWebServiceMock.getFeedSubmissionCountAsync(GetFeedSubmissionCountRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetFeedSubmissionCountRequest |
ObjectFactory.createGetFeedSubmissionCountRequest()
Create an instance of
GetFeedSubmissionCountRequest |
GetFeedSubmissionCountRequest |
GetFeedSubmissionCountRequest.withFeedProcessingStatusList(StatusList value)
Sets the value of the FeedProcessingStatusList property.
|
GetFeedSubmissionCountRequest |
GetFeedSubmissionCountRequest.withFeedTypeList(TypeList value)
Sets the value of the FeedTypeList property.
|
GetFeedSubmissionCountRequest |
GetFeedSubmissionCountRequest.withMarketplace(String value)
Deprecated.
|
GetFeedSubmissionCountRequest |
GetFeedSubmissionCountRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
GetFeedSubmissionCountRequest |
GetFeedSubmissionCountRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetFeedSubmissionCountRequest |
GetFeedSubmissionCountRequest.withSubmittedFromDate(XMLGregorianCalendar value)
Sets the value of the SubmittedFromDate property.
|
GetFeedSubmissionCountRequest |
GetFeedSubmissionCountRequest.withSubmittedToDate(XMLGregorianCalendar value)
Sets the value of the SubmittedToDate property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetFeedSubmissionCountSample.invokeGetFeedSubmissionCount(MarketplaceWebService service,
GetFeedSubmissionCountRequest request)
Get Feed Submission Count request sample
returns the number of feeds matching all of the specified criteria
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetFeedSubmissionCountAsyncSample.invokeGetFeedSubmissionCount(MarketplaceWebService service,
List<GetFeedSubmissionCountRequest> requests)
Get Feed Submission Count request sample
returns the number of feeds matching all of the specified criteria
|
Copyright © 2020. All rights reserved.