| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
GetReportCountResponse |
MarketplaceWebServiceClient.getReportCount(GetReportCountRequest request)
Get Report Count
returns a count of reports matching your criteria;
by default, the number of reports generated in the last 90 days,
regardless of acknowledgment status
|
GetReportCountResponse |
MarketplaceWebService.getReportCount(GetReportCountRequest request)
Get Report Count
returns a count of reports matching your criteria;
by default, the number of reports generated in the last 90 days,
regardless of acknowledgement status
|
Future<GetReportCountResponse> |
MarketplaceWebServiceClient.getReportCountAsync(GetReportCountRequest request)
Non-blocking Get Report Count
Returns
future pointer to GetReportCountResponse
If response is ready, call to future.get()
will return GetReportCountResponse. |
Future<GetReportCountResponse> |
MarketplaceWebService.getReportCountAsync(GetReportCountRequest request)
Non-blocking Get Report Count
Returns
future pointer to GetReportCountResponse
If response is ready, call to future.get()
will return GetReportCountResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetReportCountResponse |
MarketplaceWebServiceMock.getReportCount(GetReportCountRequest request)
Get Report Count
returns a count of reports matching your criteria;
by default, the number of reports generated in the last 90 days,
regardless of acknowledgement status
|
Future<GetReportCountResponse> |
MarketplaceWebServiceMock.getReportCountAsync(GetReportCountRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetReportCountRequest |
ObjectFactory.createGetReportCountRequest()
Create an instance of
GetReportCountRequest |
GetReportCountRequest |
GetReportCountRequest.withAcknowledged(Boolean value)
Sets the value of the Acknowledged property.
|
GetReportCountRequest |
GetReportCountRequest.withAvailableFromDate(XMLGregorianCalendar value)
Sets the value of the AvailableFromDate property.
|
GetReportCountRequest |
GetReportCountRequest.withAvailableToDate(XMLGregorianCalendar value)
Sets the value of the AvailableToDate property.
|
GetReportCountRequest |
GetReportCountRequest.withMarketplace(String value)
Deprecated.
|
GetReportCountRequest |
GetReportCountRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportCountRequest |
GetReportCountRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportCountRequest |
GetReportCountRequest.withReportTypeList(TypeList value)
Sets the value of the ReportTypeList property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportCountSample.invokeGetReportCount(MarketplaceWebService service,
GetReportCountRequest request)
Get Report Count request sample
returns a count of reports matching your criteria;
by default, the number of reports generated in the last 90 days,
regardless of acknowledgement status
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportCountAsyncSample.invokeGetReportCount(MarketplaceWebService service,
List<GetReportCountRequest> requests)
Get Report Count request sample
returns a count of reports matching your criteria;
by default, the number of reports generated in the last 90 days,
regardless of acknowledgement status
|
Copyright © 2020. All rights reserved.