@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
cancelChangeSet, describeChangeSet, describeEntity, getCachedResponseMetadata, listChangeSets, listEntities, shutdown, startChangeSet
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancelChangeSet, describeChangeSet, describeEntity, getCachedResponseMetadata, listChangeSets, listEntities, shutdown, startChangeSet
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 for your entities. Within a single ChangeSet, you cannot start the
same change type against the same entity multiple times. Additionally, when a ChangeSet is running, all the
entities targeted by the different changes are locked until the ChangeSet has completed (either succeeded,
cancelled, or failed). If you try to start a ChangeSet containing a change against an entity that is already
locked, you will receive a ResourceInUseException
.
For example, you cannot start the ChangeSet described in the example later in this topic, because it contains two changes to execute the same change type (
AddRevisions
) against the same entity (entity-id@1)
.
For more information about working with change sets, see Working with change sets.
startChangeSetAsync
in interface AWSMarketplaceCatalogAsync
public Future<StartChangeSetResult> startChangeSetAsync(StartChangeSetRequest request, AsyncHandler<StartChangeSetRequest,StartChangeSetResult> asyncHandler)
AWSMarketplaceCatalogAsync
This operation allows you to request changes for your entities. Within a single ChangeSet, you cannot start the
same change type against the same entity multiple times. Additionally, when a ChangeSet is running, all the
entities targeted by the different changes are locked until the ChangeSet has completed (either succeeded,
cancelled, or failed). If you try to start a ChangeSet containing a change against an entity that is already
locked, you will receive a ResourceInUseException
.
For example, you cannot start the ChangeSet described in the example later in this topic, because it contains two changes to execute the same change type (
AddRevisions
) against the same entity (entity-id@1)
.
For more information about working with change sets, see Working with change sets.
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.