@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.
configFactoryclient, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIXbuilder, cancelChangeSet, describeChangeSet, describeEntity, getCachedResponseMetadata, listChangeSets, listEntities, startChangeSetaddRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelChangeSet, describeChangeSet, describeEntity, getCachedResponseMetadata, listChangeSets, listEntities, startChangeSetpublic 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 AWSMarketplaceCatalogAsyncpublic 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 AWSMarketplaceCatalogAsyncasyncHandler - 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)
AWSMarketplaceCatalogAsyncProvides information about a given change set.
describeChangeSetAsync in interface AWSMarketplaceCatalogAsyncpublic Future<DescribeChangeSetResult> describeChangeSetAsync(DescribeChangeSetRequest request, AsyncHandler<DescribeChangeSetRequest,DescribeChangeSetResult> asyncHandler)
AWSMarketplaceCatalogAsyncProvides information about a given change set.
describeChangeSetAsync in interface AWSMarketplaceCatalogAsyncasyncHandler - 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)
AWSMarketplaceCatalogAsyncReturns the metadata and content of the entity.
describeEntityAsync in interface AWSMarketplaceCatalogAsyncpublic Future<DescribeEntityResult> describeEntityAsync(DescribeEntityRequest request, AsyncHandler<DescribeEntityRequest,DescribeEntityResult> asyncHandler)
AWSMarketplaceCatalogAsyncReturns the metadata and content of the entity.
describeEntityAsync in interface AWSMarketplaceCatalogAsyncasyncHandler - 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 AWSMarketplaceCatalogAsyncpublic 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 AWSMarketplaceCatalogAsyncasyncHandler - 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)
AWSMarketplaceCatalogAsyncProvides the list of entities of a given type.
listEntitiesAsync in interface AWSMarketplaceCatalogAsyncpublic Future<ListEntitiesResult> listEntitiesAsync(ListEntitiesRequest request, AsyncHandler<ListEntitiesRequest,ListEntitiesResult> asyncHandler)
AWSMarketplaceCatalogAsyncProvides the list of entities of a given type.
listEntitiesAsync in interface AWSMarketplaceCatalogAsyncasyncHandler - 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)
AWSMarketplaceCatalogAsyncThis operation allows you to request changes in your entities.
startChangeSetAsync in interface AWSMarketplaceCatalogAsyncpublic Future<StartChangeSetResult> startChangeSetAsync(StartChangeSetRequest request, AsyncHandler<StartChangeSetRequest,StartChangeSetResult> asyncHandler)
AWSMarketplaceCatalogAsyncThis operation allows you to request changes in your entities.
startChangeSetAsync in interface AWSMarketplaceCatalogAsyncasyncHandler - 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 AWSMarketplaceCatalogshutdown in class AmazonWebServiceClientCopyright © 2020. All rights reserved.