| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
GetReportListResponse |
MarketplaceWebServiceClient.getReportList(GetReportListRequest request)
Get Report List
returns a list of reports; by default the most recent ten reports,
regardless of their acknowledgment status
|
GetReportListResponse |
MarketplaceWebService.getReportList(GetReportListRequest request)
Get Report List
returns a list of reports; by default the most recent ten reports,
regardless of their acknowledgement status
|
Future<GetReportListResponse> |
MarketplaceWebServiceClient.getReportListAsync(GetReportListRequest request)
Non-blocking Get Report List
Returns
future pointer to GetReportListResponse
If response is ready, call to future.get()
will return GetReportListResponse. |
Future<GetReportListResponse> |
MarketplaceWebService.getReportListAsync(GetReportListRequest request)
Non-blocking Get Report List
Returns
future pointer to GetReportListResponse
If response is ready, call to future.get()
will return GetReportListResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetReportListResponse |
MarketplaceWebServiceMock.getReportList(GetReportListRequest request)
Get Report List
returns a list of reports; by default the most recent ten reports,
regardless of their acknowledgement status
|
Future<GetReportListResponse> |
MarketplaceWebServiceMock.getReportListAsync(GetReportListRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetReportListRequest |
ObjectFactory.createGetReportListRequest()
Create an instance of
GetReportListRequest |
GetReportListRequest |
GetReportListRequest.withAcknowledged(Boolean value)
Sets the value of the Acknowledged property.
|
GetReportListRequest |
GetReportListRequest.withAvailableFromDate(XMLGregorianCalendar value)
Sets the value of the AvailableFromDate property.
|
GetReportListRequest |
GetReportListRequest.withAvailableToDate(XMLGregorianCalendar value)
Sets the value of the AvailableToDate property.
|
GetReportListRequest |
GetReportListRequest.withMarketplace(String value)
Deprecated.
|
GetReportListRequest |
GetReportListRequest.withMaxCount(Integer value)
Sets the value of the MaxCount property.
|
GetReportListRequest |
GetReportListRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportListRequest |
GetReportListRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportListRequest |
GetReportListRequest.withReportRequestIdList(IdList value)
Sets the value of the ReportRequestIdList property.
|
GetReportListRequest |
GetReportListRequest.withReportTypeList(TypeList value)
Sets the value of the ReportTypeList property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportListSample.invokeGetReportList(MarketplaceWebService service,
GetReportListRequest request)
Get Report List request sample
returns a list of reports; by default the most recent ten reports,
regardless of their acknowledgement status
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportListAsyncSample.invokeGetReportList(MarketplaceWebService service,
List<GetReportListRequest> requests)
Get Report List request sample
returns a list of reports; by default the most recent ten reports,
regardless of their acknowledgement status
|
Copyright © 2020. All rights reserved.