| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
GetReportScheduleListResponse |
MarketplaceWebServiceClient.getReportScheduleList(GetReportScheduleListRequest request)
Get Report Schedule List
returns the list of report schedules
|
GetReportScheduleListResponse |
MarketplaceWebService.getReportScheduleList(GetReportScheduleListRequest request)
Get Report Schedule List
returns the list of report schedules
|
Future<GetReportScheduleListResponse> |
MarketplaceWebServiceClient.getReportScheduleListAsync(GetReportScheduleListRequest request)
Non-blocking Get Report Schedule List
Returns
future pointer to GetReportScheduleListResponse
If response is ready, call to future.get()
will return GetReportScheduleListResponse. |
Future<GetReportScheduleListResponse> |
MarketplaceWebService.getReportScheduleListAsync(GetReportScheduleListRequest request)
Non-blocking Get Report Schedule List
Returns
future pointer to GetReportScheduleListResponse
If response is ready, call to future.get()
will return GetReportScheduleListResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetReportScheduleListResponse |
MarketplaceWebServiceMock.getReportScheduleList(GetReportScheduleListRequest request)
Get Report Schedule List
returns the list of report schedules
|
Future<GetReportScheduleListResponse> |
MarketplaceWebServiceMock.getReportScheduleListAsync(GetReportScheduleListRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetReportScheduleListRequest |
ObjectFactory.createGetReportScheduleListRequest()
Create an instance of
GetReportScheduleListRequest |
GetReportScheduleListRequest |
GetReportScheduleListRequest.withMarketplace(String value)
Deprecated.
|
GetReportScheduleListRequest |
GetReportScheduleListRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportScheduleListRequest |
GetReportScheduleListRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportScheduleListRequest |
GetReportScheduleListRequest.withReportTypeList(TypeList value)
Sets the value of the ReportTypeList property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportScheduleListSample.invokeGetReportScheduleList(MarketplaceWebService service,
GetReportScheduleListRequest request)
Get Report Schedule List request sample
returns the list of report schedules
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportScheduleListAsyncSample.invokeGetReportScheduleList(MarketplaceWebService service,
List<GetReportScheduleListRequest> requests)
Get Report Schedule List request sample
returns the list of report schedules
|
Copyright © 2020. All rights reserved.