Uses of Class
software.amazon.awssdk.services.marketplacedeployment.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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 ListTagsForResourceResponse in software.amazon.awssdk.services.marketplacedeployment
Methods in software.amazon.awssdk.services.marketplacedeployment that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseMarketplaceDeploymentClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags that have been added to a deployment parameter resource.default ListTagsForResourceResponseMarketplaceDeploymentClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags that have been added to a deployment parameter resource.Methods in software.amazon.awssdk.services.marketplacedeployment that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MarketplaceDeploymentAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags that have been added to a deployment parameter resource.default CompletableFuture<ListTagsForResourceResponse>MarketplaceDeploymentAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags that have been added to a deployment parameter resource.
-