| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
ManageReportScheduleResponse |
MarketplaceWebServiceClient.manageReportSchedule(ManageReportScheduleRequest request)
Manage Report Schedule
Creates, updates, or deletes a report schedule
for a given report type, such as order reports in particular.
|
ManageReportScheduleResponse |
MarketplaceWebService.manageReportSchedule(ManageReportScheduleRequest request)
Manage Report Schedule
Creates, updates, or deletes a report schedule
for a given report type, such as order reports in particular.
|
Future<ManageReportScheduleResponse> |
MarketplaceWebServiceClient.manageReportScheduleAsync(ManageReportScheduleRequest request)
Non-blocking Manage Report Schedule
Returns
future pointer to ManageReportScheduleResponse
If response is ready, call to future.get()
will return ManageReportScheduleResponse. |
Future<ManageReportScheduleResponse> |
MarketplaceWebService.manageReportScheduleAsync(ManageReportScheduleRequest request)
Non-blocking Manage Report Schedule
Returns
future pointer to ManageReportScheduleResponse
If response is ready, call to future.get()
will return ManageReportScheduleResponse. |
| Modifier and Type | Method and Description |
|---|---|
ManageReportScheduleResponse |
MarketplaceWebServiceMock.manageReportSchedule(ManageReportScheduleRequest request)
Manage Report Schedule
Creates, updates, or deletes a report schedule
for a given report type, such as order reports in particular.
|
Future<ManageReportScheduleResponse> |
MarketplaceWebServiceMock.manageReportScheduleAsync(ManageReportScheduleRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ManageReportScheduleRequest |
ObjectFactory.createManageReportScheduleRequest()
Create an instance of
ManageReportScheduleRequest |
ManageReportScheduleRequest |
ManageReportScheduleRequest.withMarketplace(String value)
Deprecated.
|
ManageReportScheduleRequest |
ManageReportScheduleRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
ManageReportScheduleRequest |
ManageReportScheduleRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
ManageReportScheduleRequest |
ManageReportScheduleRequest.withReportType(String value)
Sets the value of the ReportType property.
|
ManageReportScheduleRequest |
ManageReportScheduleRequest.withSchedule(String value)
Sets the value of the Schedule property.
|
ManageReportScheduleRequest |
ManageReportScheduleRequest.withScheduleDate(XMLGregorianCalendar value)
Sets the value of the ScheduleDate property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ManageReportScheduleSample.invokeManageReportSchedule(MarketplaceWebService service,
ManageReportScheduleRequest request)
Manage Report Schedule request sample
Creates, updates, or deletes a report schedule
for a given report type, such as order reports in particular.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ManageReportScheduleAsyncSample.invokeManageReportSchedule(MarketplaceWebService service,
List<ManageReportScheduleRequest> requests)
Manage Report Schedule request sample
Creates, updates, or deletes a report schedule
for a given report type, such as order reports in particular.
|
Copyright © 2020. All rights reserved.