| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model |
| Modifier and Type | Method and Description |
|---|---|
GetFeedSubmissionCountResponse |
MarketplaceWebServiceClient.getFeedSubmissionCount(GetFeedSubmissionCountRequest request)
Get Feed Submission Count
returns the number of feeds matching all of the specified criteria
|
GetFeedSubmissionCountResponse |
MarketplaceWebService.getFeedSubmissionCount(GetFeedSubmissionCountRequest request)
Get Feed Submission Count
returns the number of feeds matching all of the specified criteria
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFeedSubmissionCountResponse> |
MarketplaceWebServiceClient.getFeedSubmissionCountAsync(GetFeedSubmissionCountRequest request)
Non-blocking Get Feed Submission Count
Returns
future pointer to GetFeedSubmissionCountResponse
If response is ready, call to future.get()
will return GetFeedSubmissionCountResponse. |
Future<GetFeedSubmissionCountResponse> |
MarketplaceWebService.getFeedSubmissionCountAsync(GetFeedSubmissionCountRequest request)
Non-blocking Get Feed Submission Count
Returns
future pointer to GetFeedSubmissionCountResponse
If response is ready, call to future.get()
will return GetFeedSubmissionCountResponse. |
| Modifier and Type | Method and Description |
|---|---|
GetFeedSubmissionCountResponse |
MarketplaceWebServiceMock.getFeedSubmissionCount(GetFeedSubmissionCountRequest request)
Get Feed Submission Count
returns the number of feeds matching all of the specified criteria
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFeedSubmissionCountResponse> |
MarketplaceWebServiceMock.getFeedSubmissionCountAsync(GetFeedSubmissionCountRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetFeedSubmissionCountResponse |
ObjectFactory.createGetFeedSubmissionCountResponse()
Create an instance of
GetFeedSubmissionCountResponse |
GetFeedSubmissionCountResponse |
GetFeedSubmissionCountResponse.withGetFeedSubmissionCountResult(GetFeedSubmissionCountResult value)
Sets the value of the GetFeedSubmissionCountResult property.
|
GetFeedSubmissionCountResponse |
GetFeedSubmissionCountResponse.withResponseMetadata(ResponseMetadata value)
Sets the value of the ResponseMetadata property.
|
Copyright © 2020. All rights reserved.