| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
GetReportRequestListByNextTokenResponse |
MarketplaceWebServiceClient.getReportRequestListByNextToken(GetReportRequestListByNextTokenRequest request)
Get Report Request List By Next Token
retrieve the next batch of list items and if there are more items to retrieve
|
GetReportRequestListByNextTokenResponse |
MarketplaceWebService.getReportRequestListByNextToken(GetReportRequestListByNextTokenRequest request)
Get Report Request List By Next Token
retrieve the next batch of list items and if there are more items to retrieve
|
Future<GetReportRequestListByNextTokenResponse> |
MarketplaceWebServiceClient.getReportRequestListByNextTokenAsync(GetReportRequestListByNextTokenRequest request)
Non-blocking Get Report Request List By Next Token
Returns
future pointer to GetReportRequestListByNextTokenResponse
If response is ready, call to future.get()
will return GetReportRequestListByNextTokenResponse. |
Future<GetReportRequestListByNextTokenResponse> |
MarketplaceWebService.getReportRequestListByNextTokenAsync(GetReportRequestListByNextTokenRequest request)
Non-blocking Get Report Request List By Next Token
Returns
future pointer to GetReportRequestListByNextTokenResponse
If response is ready, call to future.get()
will return GetReportRequestListByNextTokenResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetReportRequestListByNextTokenResponse |
MarketplaceWebServiceMock.getReportRequestListByNextToken(GetReportRequestListByNextTokenRequest request)
Get Report Request List By Next Token
retrieve the next batch of list items and if there are more items to retrieve
|
Future<GetReportRequestListByNextTokenResponse> |
MarketplaceWebServiceMock.getReportRequestListByNextTokenAsync(GetReportRequestListByNextTokenRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetReportRequestListByNextTokenRequest |
ObjectFactory.createGetReportRequestListByNextTokenRequest()
Create an instance of
GetReportRequestListByNextTokenRequest |
GetReportRequestListByNextTokenRequest |
GetReportRequestListByNextTokenRequest.withMarketplace(String value)
Deprecated.
|
GetReportRequestListByNextTokenRequest |
GetReportRequestListByNextTokenRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportRequestListByNextTokenRequest |
GetReportRequestListByNextTokenRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportRequestListByNextTokenRequest |
GetReportRequestListByNextTokenRequest.withNextToken(String value)
Sets the value of the NextToken property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportRequestListByNextTokenSample.invokeGetReportRequestListByNextToken(MarketplaceWebService service,
GetReportRequestListByNextTokenRequest request)
Get Report Request 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 |
GetReportRequestListByNextTokenAsyncSample.invokeGetReportRequestListByNextToken(MarketplaceWebService service,
List<GetReportRequestListByNextTokenRequest> requests)
Get Report Request 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.