| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model |
| Modifier and Type | Method and Description |
|---|---|
SubmitFeedResponse |
MarketplaceWebServiceClient.submitFeed(SubmitFeedRequest request)
Submit Feed
Uploads a file for processing together with the necessary
metadata to process the file, such as which type of feed it is.
|
SubmitFeedResponse |
MarketplaceWebService.submitFeed(SubmitFeedRequest request)
Submit Feed
Uploads a file for processing together with the necessary
metadata to process the file, such as which type of feed it is.
|
SubmitFeedResponse |
MarketplaceWebServiceClient.submitFeedFromFile(SubmitFeedRequest request)
Submit Feed From File
Uploads a file from disk for processing together with the necessary
metadata to process the file, such as which type of feed it is.
|
SubmitFeedResponse |
MarketplaceWebService.submitFeedFromFile(SubmitFeedRequest request)
Submit Feed From File
Uploads a file from disk for processing together with the necessary
metadata to process the file, such as which type of feed it is.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SubmitFeedResponse> |
MarketplaceWebServiceClient.submitFeedAsync(SubmitFeedRequest request)
Non-blocking Submit Feed
Returns
future pointer to SubmitFeedResponse
If response is ready, call to future.get()
will return SubmitFeedResponse. |
Future<SubmitFeedResponse> |
MarketplaceWebService.submitFeedAsync(SubmitFeedRequest request)
Non-blocking Submit Feed
Returns
future pointer to SubmitFeedResponse
If response is ready, call to future.get()
will return SubmitFeedResponse. |
Future<SubmitFeedResponse> |
MarketplaceWebServiceClient.submitFeedFromFileAsync(SubmitFeedRequest request)
Non-blocking Submit Feed From File
Returns
future pointer to SubmitFeedResponse
If response is ready, call to future.get()
will return SubmitFeedResponse. |
Future<SubmitFeedResponse> |
MarketplaceWebService.submitFeedFromFileAsync(SubmitFeedRequest request)
Non-blocking Submit Feed From File
Returns
future pointer to SubmitFeedResponse
If response is ready, call to future.get()
will return SubmitFeedResponse. |
| Modifier and Type | Method and Description |
|---|---|
SubmitFeedResponse |
MarketplaceWebServiceMock.submitFeed(SubmitFeedRequest request)
Submit Feed
Uploads a file for processing together with the necessary
metadata to process the file, such as which type of feed it is.
|
SubmitFeedResponse |
MarketplaceWebServiceMock.submitFeedFromFile(SubmitFeedRequest request)
Submit Feed From File
Uploads a file from disk for processing together with the necessary
metadata to process the file, such as which type of feed it is.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SubmitFeedResponse> |
MarketplaceWebServiceMock.submitFeedAsync(SubmitFeedRequest request) |
Future<SubmitFeedResponse> |
MarketplaceWebServiceMock.submitFeedFromFileAsync(SubmitFeedRequest request) |
| Modifier and Type | Method and Description |
|---|---|
SubmitFeedResponse |
ObjectFactory.createSubmitFeedResponse()
Create an instance of
SubmitFeedResponse |
SubmitFeedResponse |
SubmitFeedResponse.withResponseMetadata(ResponseMetadata value)
Sets the value of the ResponseMetadata property.
|
SubmitFeedResponse |
SubmitFeedResponse.withSubmitFeedResult(SubmitFeedResult value)
Sets the value of the SubmitFeedResult property.
|
Copyright © 2020. All rights reserved.