@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSMarketplaceDeploymentAsyncClient extends AWSMarketplaceDeploymentClient implements AWSMarketplaceDeploymentAsync
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
The AWS Marketplace Deployment Service supports the Quick Launch experience, which is a deployment option for software as a service (SaaS) products. Quick Launch simplifies and reduces the time, resources, and steps required to configure, deploy, and launch a products. The AWS Marketplace Deployment Service provides sellers with a secure method for passing deployment parameters (for example, API keys and external IDs) to buyers during the Quick Launch experience.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
builder, getCachedResponseMetadata, listTagsForResource, putDeploymentParameter, tagResource, untagResource
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, listTagsForResource, putDeploymentParameter, tagResource, untagResource
public static AWSMarketplaceDeploymentAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSMarketplaceDeployment
shutdown
in class AWSMarketplaceDeploymentClient