| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
CancelReportRequestsResponse |
MarketplaceWebServiceClient.cancelReportRequests(CancelReportRequestsRequest request)
Cancel Report Requests
cancels report request that have not yet started processing,
by default all those within the last 90 days
|
CancelReportRequestsResponse |
MarketplaceWebService.cancelReportRequests(CancelReportRequestsRequest request)
Cancel Report Requests
cancels report requests that have not yet started processing,
by default all those within the last 90 days
|
Future<CancelReportRequestsResponse> |
MarketplaceWebServiceClient.cancelReportRequestsAsync(CancelReportRequestsRequest request)
Non-blocking Cancel Report Requests
Returns
future pointer to CancelReportRequestsResponse
If response is ready, call to future.get()
will return CancelReportRequestsResponse. |
Future<CancelReportRequestsResponse> |
MarketplaceWebService.cancelReportRequestsAsync(CancelReportRequestsRequest request)
Non-blocking Cancel Report Requests
Returns
future pointer to CancelReportRequestsResponse
If response is ready, call to future.get()
will return CancelReportRequestsResponse. |
| Modifier and Type | Method and Description |
|---|---|
CancelReportRequestsResponse |
MarketplaceWebServiceMock.cancelReportRequests(CancelReportRequestsRequest request)
Cancel Report Requests
cancels report requests that have not yet started processing,
by default all those within the last 90 days
|
Future<CancelReportRequestsResponse> |
MarketplaceWebServiceMock.cancelReportRequestsAsync(CancelReportRequestsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
CancelReportRequestsRequest |
ObjectFactory.createCancelReportRequestsRequest()
Create an instance of
CancelReportRequestsRequest |
CancelReportRequestsRequest |
CancelReportRequestsRequest.withMarketplace(String value)
Deprecated.
|
CancelReportRequestsRequest |
CancelReportRequestsRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
CancelReportRequestsRequest |
CancelReportRequestsRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
CancelReportRequestsRequest |
CancelReportRequestsRequest.withReportProcessingStatusList(StatusList value)
Sets the value of the ReportProcessingStatusList property.
|
CancelReportRequestsRequest |
CancelReportRequestsRequest.withReportRequestIdList(IdList value)
Sets the value of the ReportRequestIdList property.
|
CancelReportRequestsRequest |
CancelReportRequestsRequest.withReportTypeList(TypeList value)
Sets the value of the ReportTypeList property.
|
CancelReportRequestsRequest |
CancelReportRequestsRequest.withRequestedFromDate(XMLGregorianCalendar value)
Sets the value of the RequestedFromDate property.
|
CancelReportRequestsRequest |
CancelReportRequestsRequest.withRequestedToDate(XMLGregorianCalendar value)
Sets the value of the RequestedToDate property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CancelReportRequestsSample.invokeCancelReportRequests(MarketplaceWebService service,
CancelReportRequestsRequest request)
Cancel Report Requests request sample
cancels report requests that have not yet started processing,
by default all those within the last 90 days
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CancelReportRequestsAsyncSample.invokeCancelReportRequests(MarketplaceWebService service,
List<CancelReportRequestsRequest> requests)
Cancel Report Requests request sample
cancels report requests that have not yet started processing,
by default all those within the last 90 days
|
Copyright © 2020. All rights reserved.