Uses of Class
software.amazon.awssdk.services.marketplacedeployment.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.marketplacedeployment.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.marketplacedeployment
Methods in software.amazon.awssdk.services.marketplacedeployment with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>MarketplaceDeploymentAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.marketplacedeployment.transform
Methods in software.amazon.awssdk.services.marketplacedeployment.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-