@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMarketplaceDeploymentAsync extends AbstractAWSMarketplaceDeployment implements AWSMarketplaceDeploymentAsync
AWSMarketplaceDeploymentAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXgetCachedResponseMetadata, listTagsForResource, putDeploymentParameter, shutdown, tagResource, untagResourceequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachedResponseMetadata, listTagsForResource, putDeploymentParameter, shutdown, tagResource, untagResourcepublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSMarketplaceDeploymentAsyncLists all tags that have been added to a deployment parameter resource.
listTagsForResourceAsync in interface AWSMarketplaceDeploymentAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSMarketplaceDeploymentAsyncLists all tags that have been added to a deployment parameter resource.
listTagsForResourceAsync in interface AWSMarketplaceDeploymentAsyncasyncHandler - 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<PutDeploymentParameterResult> putDeploymentParameterAsync(PutDeploymentParameterRequest request)
AWSMarketplaceDeploymentAsync
Creates or updates a deployment parameter and is targeted by catalog and agreementId.
putDeploymentParameterAsync in interface AWSMarketplaceDeploymentAsyncpublic Future<PutDeploymentParameterResult> putDeploymentParameterAsync(PutDeploymentParameterRequest request, AsyncHandler<PutDeploymentParameterRequest,PutDeploymentParameterResult> asyncHandler)
AWSMarketplaceDeploymentAsync
Creates or updates a deployment parameter and is targeted by catalog and agreementId.
putDeploymentParameterAsync in interface AWSMarketplaceDeploymentAsyncasyncHandler - 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<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSMarketplaceDeploymentAsyncTags a resource.
tagResourceAsync in interface AWSMarketplaceDeploymentAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSMarketplaceDeploymentAsyncTags a resource.
tagResourceAsync in interface AWSMarketplaceDeploymentAsyncasyncHandler - 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<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSMarketplaceDeploymentAsyncRemoves a tag or list of tags from a resource.
untagResourceAsync in interface AWSMarketplaceDeploymentAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSMarketplaceDeploymentAsyncRemoves a tag or list of tags from a resource.
untagResourceAsync in interface AWSMarketplaceDeploymentAsyncasyncHandler - 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.