| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
RequestReportResponse |
MarketplaceWebServiceClient.requestReport(RequestReportRequest request)
Request Report
requests the generation of a report
|
RequestReportResponse |
MarketplaceWebService.requestReport(RequestReportRequest request)
Request Report
requests the generation of a report
|
Future<RequestReportResponse> |
MarketplaceWebServiceClient.requestReportAsync(RequestReportRequest request)
Non-blocking Request Report
Returns
future pointer to RequestReportResponse
If response is ready, call to future.get()
will return RequestReportResponse. |
Future<RequestReportResponse> |
MarketplaceWebService.requestReportAsync(RequestReportRequest request)
Non-blocking Request Report
Returns
future pointer to RequestReportResponse
If response is ready, call to future.get()
will return RequestReportResponse. |
| Modifier and Type | Method and Description |
|---|---|
RequestReportResponse |
MarketplaceWebServiceMock.requestReport(RequestReportRequest request)
Request Report
requests the generation of a report
|
Future<RequestReportResponse> |
MarketplaceWebServiceMock.requestReportAsync(RequestReportRequest request) |
| Modifier and Type | Method and Description |
|---|---|
RequestReportRequest |
ObjectFactory.createRequestReportRequest()
Create an instance of
RequestReportRequest |
RequestReportRequest |
RequestReportRequest.withEndDate(XMLGregorianCalendar value)
Sets the value of the EndDate property.
|
RequestReportRequest |
RequestReportRequest.withMarketplace(String value)
Deprecated.
|
RequestReportRequest |
RequestReportRequest.withMarketplaceIdList(IdList marketplaceIdList) |
RequestReportRequest |
RequestReportRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
RequestReportRequest |
RequestReportRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
RequestReportRequest |
RequestReportRequest.withReportOptions(String reportOptions) |
RequestReportRequest |
RequestReportRequest.withReportType(String value)
Sets the value of the ReportType property.
|
RequestReportRequest |
RequestReportRequest.withStartDate(XMLGregorianCalendar value)
Sets the value of the StartDate property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RequestReportSample.invokeRequestReport(MarketplaceWebService service,
RequestReportRequest request)
Request Report request sample
requests the generation of a report
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RequestReportAsyncSample.invokeRequestReport(MarketplaceWebService service,
List<RequestReportRequest> requests)
Request Report request sample
requests the generation of a report
|
Copyright © 2020. All rights reserved.