| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
GetReportResponse |
MarketplaceWebServiceClient.getReport(GetReportRequest request)
Get Report
The GetReport operation returns the contents of a report.
|
GetReportResponse |
MarketplaceWebService.getReport(GetReportRequest request)
Get Report
The GetReport operation returns the contents of a report.
|
Future<GetReportResponse> |
MarketplaceWebServiceClient.getReportAsync(GetReportRequest request)
Non-blocking Get Report
Returns
future pointer to GetReportResponse
If response is ready, call to future.get()
will return GetReportResponse. |
Future<GetReportResponse> |
MarketplaceWebService.getReportAsync(GetReportRequest request)
Non-blocking Get Report
Returns
future pointer to GetReportResponse
If response is ready, call to future.get()
will return GetReportResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetReportResponse |
MarketplaceWebServiceMock.getReport(GetReportRequest request)
Get Report
The GetReport operation returns the contents of a report.
|
Future<GetReportResponse> |
MarketplaceWebServiceMock.getReportAsync(GetReportRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetReportRequest |
ObjectFactory.createGetReportRequest()
Create an instance of
GetReportRequest |
GetReportRequest |
GetReportRequest.withMarketplace(String value)
Deprecated.
|
GetReportRequest |
GetReportRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportRequest |
GetReportRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportRequest |
GetReportRequest.withReportId(String value)
Sets the value of the ReportId property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportSample.invokeGetReport(MarketplaceWebService service,
GetReportRequest request)
Get Report request sample
The GetReport operation returns the contents of a report.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportAsyncSample.invokeGetReport(MarketplaceWebService service,
List<GetReportRequest> requests)
Get Report request sample
The GetReport operation returns the contents of a report.
|
Copyright © 2020. All rights reserved.