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