| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetReportListResponse> |
MarketplaceWebServiceMock.getReportListAsync(GetReportListRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetReportListResponse |
ObjectFactory.createGetReportListResponse()
Create an instance of
GetReportListResponse |
GetReportListResponse |
GetReportListResponse.withGetReportListResult(GetReportListResult value)
Sets the value of the GetReportListResult property.
|
GetReportListResponse |
GetReportListResponse.withResponseMetadata(ResponseMetadata value)
Sets the value of the ResponseMetadata property.
|
Copyright © 2020. All rights reserved.