@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSMarketplaceCatalogAsyncClient extends AWSMarketplaceCatalogClient implements AWSMarketplaceCatalogAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Catalog API actions allow you to create, describe, list, and delete changes to your published entities. An entity is a product or an offer on AWS Marketplace.
You can automate your entity update process by integrating the AWS Marketplace Catalog API with your AWS Marketplace product build or deployment pipelines. You can also create your own applications on top of the Catalog API to manage your products on AWS Marketplace.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
builder, cancelChangeSet, describeChangeSet, describeEntity, getCachedResponseMetadata, listChangeSets, listEntities, startChangeSet
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancelChangeSet, describeChangeSet, describeEntity, getCachedResponseMetadata, listChangeSets, listEntities, startChangeSet
public static AWSMarketplaceCatalogAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<CancelChangeSetResult> cancelChangeSetAsync(CancelChangeSetRequest request)
AWSMarketplaceCatalogAsync
Used to cancel an open change request. Must be sent before the status of the request changes to
APPLYING
, the final stage of completing your change request. You can describe a change during the
60-day request history retention period for API calls.
cancelChangeSetAsync
in interface AWSMarketplaceCatalogAsync
public Future<CancelChangeSetResult> cancelChangeSetAsync(CancelChangeSetRequest request, AsyncHandler<CancelChangeSetRequest,CancelChangeSetResult> asyncHandler)
AWSMarketplaceCatalogAsync
Used to cancel an open change request. Must be sent before the status of the request changes to
APPLYING
, the final stage of completing your change request. You can describe a change during the
60-day request history retention period for API calls.
cancelChangeSetAsync
in interface AWSMarketplaceCatalogAsync
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.public Future<DescribeChangeSetResult> describeChangeSetAsync(DescribeChangeSetRequest request)
AWSMarketplaceCatalogAsync
Provides information about a given change set.
describeChangeSetAsync
in interface AWSMarketplaceCatalogAsync
public Future<DescribeChangeSetResult> describeChangeSetAsync(DescribeChangeSetRequest request, AsyncHandler<DescribeChangeSetRequest,DescribeChangeSetResult> asyncHandler)
AWSMarketplaceCatalogAsync
Provides information about a given change set.
describeChangeSetAsync
in interface AWSMarketplaceCatalogAsync
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.public Future<DescribeEntityResult> describeEntityAsync(DescribeEntityRequest request)
AWSMarketplaceCatalogAsync
Returns the metadata and content of the entity.
describeEntityAsync
in interface AWSMarketplaceCatalogAsync
public Future<DescribeEntityResult> describeEntityAsync(DescribeEntityRequest request, AsyncHandler<DescribeEntityRequest,DescribeEntityResult> asyncHandler)
AWSMarketplaceCatalogAsync
Returns the metadata and content of the entity.
describeEntityAsync
in interface AWSMarketplaceCatalogAsync
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.public Future<ListChangeSetsResult> listChangeSetsAsync(ListChangeSetsRequest request)
AWSMarketplaceCatalogAsync
Returns the list of change sets owned by the account being used to make the call. You can filter this list by
providing any combination of entityId
, ChangeSetName
, and status. If you provide more
than one filter, the API operation applies a logical AND between the filters.
You can describe a change during the 60-day request history retention period for API calls.
listChangeSetsAsync
in interface AWSMarketplaceCatalogAsync
public Future<ListChangeSetsResult> listChangeSetsAsync(ListChangeSetsRequest request, AsyncHandler<ListChangeSetsRequest,ListChangeSetsResult> asyncHandler)
AWSMarketplaceCatalogAsync
Returns the list of change sets owned by the account being used to make the call. You can filter this list by
providing any combination of entityId
, ChangeSetName
, and status. If you provide more
than one filter, the API operation applies a logical AND between the filters.
You can describe a change during the 60-day request history retention period for API calls.
listChangeSetsAsync
in interface AWSMarketplaceCatalogAsync
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.public Future<ListEntitiesResult> listEntitiesAsync(ListEntitiesRequest request)
AWSMarketplaceCatalogAsync
Provides the list of entities of a given type.
listEntitiesAsync
in interface AWSMarketplaceCatalogAsync
public Future<ListEntitiesResult> listEntitiesAsync(ListEntitiesRequest request, AsyncHandler<ListEntitiesRequest,ListEntitiesResult> asyncHandler)
AWSMarketplaceCatalogAsync
Provides the list of entities of a given type.
listEntitiesAsync
in interface AWSMarketplaceCatalogAsync
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.public Future<StartChangeSetResult> startChangeSetAsync(StartChangeSetRequest request)
AWSMarketplaceCatalogAsync
This operation allows you to request changes in your entities.
startChangeSetAsync
in interface AWSMarketplaceCatalogAsync
public Future<StartChangeSetResult> startChangeSetAsync(StartChangeSetRequest request, AsyncHandler<StartChangeSetRequest,StartChangeSetResult> asyncHandler)
AWSMarketplaceCatalogAsync
This operation allows you to request changes in your entities.
startChangeSetAsync
in interface AWSMarketplaceCatalogAsync
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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSMarketplaceCatalog
shutdown
in class AmazonWebServiceClient
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.