| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
GetReportListByNextTokenResponse |
MarketplaceWebServiceClient.getReportListByNextToken(GetReportListByNextTokenRequest request)
Get Report List By Next Token
retrieve the next batch of list items and if there are more items to retrieve
|
GetReportListByNextTokenResponse |
MarketplaceWebService.getReportListByNextToken(GetReportListByNextTokenRequest request)
Get Report List By Next Token
retrieve the next batch of list items and if there are more items to retrieve
|
Future<GetReportListByNextTokenResponse> |
MarketplaceWebServiceClient.getReportListByNextTokenAsync(GetReportListByNextTokenRequest request)
Non-blocking Get Report List By Next Token
Returns
future pointer to GetReportListByNextTokenResponse
If response is ready, call to future.get()
will return GetReportListByNextTokenResponse. |
Future<GetReportListByNextTokenResponse> |
MarketplaceWebService.getReportListByNextTokenAsync(GetReportListByNextTokenRequest request)
Non-blocking Get Report List By Next Token
Returns
future pointer to GetReportListByNextTokenResponse
If response is ready, call to future.get()
will return GetReportListByNextTokenResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetReportListByNextTokenResponse |
MarketplaceWebServiceMock.getReportListByNextToken(GetReportListByNextTokenRequest request)
Get Report List By Next Token
retrieve the next batch of list items and if there are more items to retrieve
|
Future<GetReportListByNextTokenResponse> |
MarketplaceWebServiceMock.getReportListByNextTokenAsync(GetReportListByNextTokenRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetReportListByNextTokenRequest |
ObjectFactory.createGetReportListByNextTokenRequest()
Create an instance of
GetReportListByNextTokenRequest |
GetReportListByNextTokenRequest |
GetReportListByNextTokenRequest.withMarketplace(String value)
Deprecated.
|
GetReportListByNextTokenRequest |
GetReportListByNextTokenRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportListByNextTokenRequest |
GetReportListByNextTokenRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportListByNextTokenRequest |
GetReportListByNextTokenRequest.withNextToken(String value)
Sets the value of the NextToken property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportListByNextTokenSample.invokeGetReportListByNextToken(MarketplaceWebService service,
GetReportListByNextTokenRequest request)
Get Report List By Next Token request sample
retrieve the next batch of list items and if there are more items to retrieve
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportListByNextTokenAsyncSample.invokeGetReportListByNextToken(MarketplaceWebService service,
List<GetReportListByNextTokenRequest> requests)
Get Report List By Next Token request sample
retrieve the next batch of list items and if there are more items to retrieve
|
Copyright © 2020. All rights reserved.