@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractProductAdvertisingAPIAsync extends AbstractProductAdvertisingAPI implements ProductAdvertisingAPIAsync
ProductAdvertisingAPIAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractProductAdvertisingAPIAsync() |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<GetRecommendationsResult> |
getRecommendationsAsync(GetRecommendationsRequest request)
GetRecommendations operation allows associates to retrieve a set of product recommendations from Amazon catalog
complementary to the input content in JSON format.
|
java.util.concurrent.Future<GetRecommendationsResult> |
getRecommendationsAsync(GetRecommendationsRequest request,
<any> asyncHandler)
GetRecommendations operation allows associates to retrieve a set of product recommendations from Amazon catalog
complementary to the input content in JSON format.
|
getCachedResponseMetadata, getRecommendations, setEndpoint, setRegion, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachedResponseMetadata, getRecommendations, setEndpoint, setRegion, shutdownprotected AbstractProductAdvertisingAPIAsync()
public java.util.concurrent.Future<GetRecommendationsResult> getRecommendationsAsync(GetRecommendationsRequest request)
ProductAdvertisingAPIAsyncgetRecommendationsAsync in interface ProductAdvertisingAPIAsyncrequest - It contains request parameters for the GetRecommendations operation. You can specify up to X number of
parameters for each request. Specify the parameters in JSON as part of the body of the request.public java.util.concurrent.Future<GetRecommendationsResult> getRecommendationsAsync(GetRecommendationsRequest request, <any> asyncHandler)
ProductAdvertisingAPIAsyncgetRecommendationsAsync in interface ProductAdvertisingAPIAsyncrequest - It contains request parameters for the GetRecommendations operation. You can specify up to X number of
parameters for each request. Specify the parameters in JSON as part of the body of the request.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.