Uses of Class
software.amazon.awssdk.services.marketplacedeployment.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.marketplacedeployment The AWS Marketplace Deployment Service supports the Quick Launch experience, which is a deployment option for software as a service (SaaS) products. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.marketplacedeployment
Methods in software.amazon.awssdk.services.marketplacedeployment that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseMarketplaceDeploymentClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or list of tags from a resource.default UntagResourceResponseMarketplaceDeploymentClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or list of tags from a resource.Methods in software.amazon.awssdk.services.marketplacedeployment that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>MarketplaceDeploymentAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or list of tags from a resource.default CompletableFuture<UntagResourceResponse>MarketplaceDeploymentAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or list of tags from a resource.
-