| Package | Description |
|---|---|
| com.amazonaws.mws | |
| com.amazonaws.mws.mock | |
| com.amazonaws.mws.model | |
| com.amazonaws.mws.samples |
| 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.
|
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. |
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.
|
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.
|
Future<SubmitFeedResponse> |
MarketplaceWebServiceMock.submitFeedAsync(SubmitFeedRequest request) |
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.
|
Future<SubmitFeedResponse> |
MarketplaceWebServiceMock.submitFeedFromFileAsync(SubmitFeedRequest request) |
| Modifier and Type | Method and Description |
|---|---|
SubmitFeedRequest |
ObjectFactory.createSubmitFeedRequest()
Create an instance of
SubmitFeedRequest |
SubmitFeedRequest |
SubmitFeedRequest.withContentMD5(String value) |
SubmitFeedRequest |
SubmitFeedRequest.withContentType(ContentType value)
Sets the value of the ContentType property
|
SubmitFeedRequest |
SubmitFeedRequest.withFeedContent(InputStream value)
Sets the value of the FeedContent property.
|
SubmitFeedRequest |
SubmitFeedRequest.withFeedOptions(String feedOptions) |
SubmitFeedRequest |
SubmitFeedRequest.withFeedType(String value)
Sets the value of the FeedType property.
|
SubmitFeedRequest |
SubmitFeedRequest.withMarketplace(String value)
Deprecated.
|
SubmitFeedRequest |
SubmitFeedRequest.withMarketplaceIdList(IdList marketplaceIdList) |
SubmitFeedRequest |
SubmitFeedRequest.withMerchant(String value)
Sets the value of the Merchant property.
|
SubmitFeedRequest |
SubmitFeedRequest.withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
SubmitFeedRequest |
SubmitFeedRequest.withPurgeAndReplace(Boolean value)
Sets the value of the PurgeAndReplace property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SubmitFeedSample.invokeSubmitFeed(MarketplaceWebService service,
SubmitFeedRequest request)
Submit Feed request sample Uploads a file 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 |
|---|---|
static void |
SubmitFeedAsyncSample.invokeSubmitFeed(MarketplaceWebService service,
List<SubmitFeedRequest> requests)
Submit Feed request sample
Uploads a file for processing together with the necessary
metadata to process the file, such as which type of feed it is.
|
Copyright © 2020. All rights reserved.