@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_PREFIX
getCachedResponseMetadata, listTagsForResource, putDeploymentParameter, shutdown, tagResource, untagResource
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, listTagsForResource, putDeploymentParameter, shutdown, tagResource, untagResource
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSMarketplaceDeploymentAsync
Lists all tags that have been added to a deployment parameter resource.
listTagsForResourceAsync
in interface AWSMarketplaceDeploymentAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSMarketplaceDeploymentAsync
Lists all tags that have been added to a deployment parameter resource.
listTagsForResourceAsync
in interface AWSMarketplaceDeploymentAsync
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<PutDeploymentParameterResult> putDeploymentParameterAsync(PutDeploymentParameterRequest request)
AWSMarketplaceDeploymentAsync
Creates or updates a deployment parameter and is targeted by catalog
and agreementId
.
putDeploymentParameterAsync
in interface AWSMarketplaceDeploymentAsync
public 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 AWSMarketplaceDeploymentAsync
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<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSMarketplaceDeploymentAsync
Tags a resource.
tagResourceAsync
in interface AWSMarketplaceDeploymentAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSMarketplaceDeploymentAsync
Tags a resource.
tagResourceAsync
in interface AWSMarketplaceDeploymentAsync
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<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSMarketplaceDeploymentAsync
Removes a tag or list of tags from a resource.
untagResourceAsync
in interface AWSMarketplaceDeploymentAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSMarketplaceDeploymentAsync
Removes a tag or list of tags from a resource.
untagResourceAsync
in interface AWSMarketplaceDeploymentAsync
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.