@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMarketplaceCatalogAsync extends AbstractAWSMarketplaceCatalog implements AWSMarketplaceCatalogAsync
AWSMarketplaceCatalogAsync. 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 |
AbstractAWSMarketplaceCatalogAsync() |
cancelChangeSet, describeChangeSet, describeEntity, getCachedResponseMetadata, listChangeSets, listEntities, shutdown, startChangeSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelChangeSet, describeChangeSet, describeEntity, getCachedResponseMetadata, listChangeSets, listEntities, shutdown, startChangeSetprotected AbstractAWSMarketplaceCatalogAsync()
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.Copyright © 2020. All rights reserved.