| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model |
| Modifier and Type | Method and Description |
|---|---|
GetReportCountResponse |
MarketplaceWebServiceClient.getReportCount(GetReportCountRequest request)
Get Report Count
returns a count of reports matching your criteria;
by default, the number of reports generated in the last 90 days,
regardless of acknowledgment status
|
GetReportCountResponse |
MarketplaceWebService.getReportCount(GetReportCountRequest request)
Get Report Count
returns a count of reports matching your criteria;
by default, the number of reports generated in the last 90 days,
regardless of acknowledgement status
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetReportCountResponse> |
MarketplaceWebServiceClient.getReportCountAsync(GetReportCountRequest request)
Non-blocking Get Report Count
Returns
future pointer to GetReportCountResponse
If response is ready, call to future.get()
will return GetReportCountResponse. |
Future<GetReportCountResponse> |
MarketplaceWebService.getReportCountAsync(GetReportCountRequest request)
Non-blocking Get Report Count
Returns
future pointer to GetReportCountResponse
If response is ready, call to future.get()
will return GetReportCountResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetReportCountResponse |
MarketplaceWebServiceMock.getReportCount(GetReportCountRequest request)
Get Report Count
returns a count of reports matching your criteria;
by default, the number of reports generated in the last 90 days,
regardless of acknowledgement status
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetReportCountResponse> |
MarketplaceWebServiceMock.getReportCountAsync(GetReportCountRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetReportCountResponse |
ObjectFactory.createGetReportCountResponse()
Create an instance of
GetReportCountResponse |
GetReportCountResponse |
GetReportCountResponse.withGetReportCountResult(GetReportCountResult value)
Sets the value of the GetReportCountResult property.
|
GetReportCountResponse |
GetReportCountResponse.withResponseMetadata(ResponseMetadata value)
Sets the value of the ResponseMetadata property.
|
Copyright © 2020. All rights reserved.