| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| Modifier and Type | Method and Description |
|---|---|
GetReportScheduleCountResponse |
MarketplaceWebServiceClient.getReportScheduleCount(GetReportScheduleCountRequest request)
Get Report Schedule Count
returns the number of report schedules
|
GetReportScheduleCountResponse |
MarketplaceWebService.getReportScheduleCount(GetReportScheduleCountRequest request)
Get Report Schedule Count
returns the number of report schedules
|
Future<GetReportScheduleCountResponse> |
MarketplaceWebServiceClient.getReportScheduleCountAsync(GetReportScheduleCountRequest request)
Non-blocking Get Report Schedule Count
Returns
future pointer to GetReportScheduleCountResponse
If response is ready, call to future.get()
will return GetReportScheduleCountResponse. |
Future<GetReportScheduleCountResponse> |
MarketplaceWebService.getReportScheduleCountAsync(GetReportScheduleCountRequest request)
Non-blocking Get Report Schedule Count
Returns
future pointer to GetReportScheduleCountResponse
If response is ready, call to future.get()
will return GetReportScheduleCountResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetReportScheduleCountResponse |
MarketplaceWebServiceMock.getReportScheduleCount(GetReportScheduleCountRequest request)
Get Report Schedule Count
returns the number of report schedules
|
Future<GetReportScheduleCountResponse> |
MarketplaceWebServiceMock.getReportScheduleCountAsync(GetReportScheduleCountRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetReportScheduleCountRequest |
ObjectFactory.createGetReportScheduleCountRequest()
Create an instance of
GetReportScheduleCountRequest |
GetReportScheduleCountRequest |
GetReportScheduleCountRequest.withMarketplace(String value)
Deprecated.
|
GetReportScheduleCountRequest |
GetReportScheduleCountRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportScheduleCountRequest |
GetReportScheduleCountRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportScheduleCountRequest |
GetReportScheduleCountRequest.withReportTypeList(TypeList value)
Sets the value of the ReportTypeList property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportScheduleCountSample.invokeGetReportScheduleCount(MarketplaceWebService service,
GetReportScheduleCountRequest request)
Get Report Schedule Count request sample
returns the number of report schedules
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GetReportScheduleCountAsyncSample.invokeGetReportScheduleCount(MarketplaceWebService service,
List<GetReportScheduleCountRequest> requests)
Get Report Schedule Count request sample
returns the number of report schedules
|
Copyright © 2020. All rights reserved.