| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
UpdateReportAcknowledgementsResponse |
MarketplaceWebServiceClient.updateReportAcknowledgements(UpdateReportAcknowledgementsRequest request)
Update Report Acknowledgements
The UpdateReportAcknowledgements operation updates the acknowledged status of one or more reports.
|
UpdateReportAcknowledgementsResponse |
MarketplaceWebService.updateReportAcknowledgements(UpdateReportAcknowledgementsRequest request)
Update Report Acknowledgements
The UpdateReportAcknowledgements operation updates the acknowledged status of one or more reports.
|
Future<UpdateReportAcknowledgementsResponse> |
MarketplaceWebServiceClient.updateReportAcknowledgementsAsync(UpdateReportAcknowledgementsRequest request)
Non-blocking Update Report Acknowledgements
Returns
future pointer to UpdateReportAcknowledgementsResponse
If response is ready, call to future.get()
will return UpdateReportAcknowledgementsResponse. |
Future<UpdateReportAcknowledgementsResponse> |
MarketplaceWebService.updateReportAcknowledgementsAsync(UpdateReportAcknowledgementsRequest request)
Non-blocking Update Report Acknowledgements
Returns
future pointer to UpdateReportAcknowledgementsResponse
If response is ready, call to future.get()
will return UpdateReportAcknowledgementsResponse. |
| Modifier and Type | Method and Description |
|---|---|
UpdateReportAcknowledgementsResponse |
MarketplaceWebServiceMock.updateReportAcknowledgements(UpdateReportAcknowledgementsRequest request)
Update Report Acknowledgements
The UpdateReportAcknowledgements operation updates the acknowledged status of one or more reports.
|
Future<UpdateReportAcknowledgementsResponse> |
MarketplaceWebServiceMock.updateReportAcknowledgementsAsync(UpdateReportAcknowledgementsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
UpdateReportAcknowledgementsRequest |
ObjectFactory.createUpdateReportAcknowledgementsRequest()
Create an instance of
UpdateReportAcknowledgementsRequest |
UpdateReportAcknowledgementsRequest |
UpdateReportAcknowledgementsRequest.withAcknowledged(Boolean value)
Sets the value of the Acknowledged property.
|
UpdateReportAcknowledgementsRequest |
UpdateReportAcknowledgementsRequest.withMarketplace(String value)
Deprecated.
|
UpdateReportAcknowledgementsRequest |
UpdateReportAcknowledgementsRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
UpdateReportAcknowledgementsRequest |
UpdateReportAcknowledgementsRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
UpdateReportAcknowledgementsRequest |
UpdateReportAcknowledgementsRequest.withReportIdList(IdList value)
Sets the value of the ReportIdList property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UpdateReportAcknowledgementsSample.invokeUpdateReportAcknowledgements(MarketplaceWebService service,
UpdateReportAcknowledgementsRequest request)
Update Report Acknowledgements request sample
The UpdateReportAcknowledgements operation updates the acknowledged status of one or more reports.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UpdateReportAcknowledgementsAsyncSample.invokeUpdateReportAcknowledgements(MarketplaceWebService service,
List<UpdateReportAcknowledgementsRequest> requests)
Update Report Acknowledgements request sample
The UpdateReportAcknowledgements operation updates the acknowledged status of one or more reports.
|
Copyright © 2020. All rights reserved.