Uses of Class
software.amazon.awssdk.services.marketplacedeployment.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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 ListTagsForResourceRequest in software.amazon.awssdk.services.marketplacedeployment
Methods in software.amazon.awssdk.services.marketplacedeployment with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MarketplaceDeploymentAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.marketplacedeployment.transform
Methods in software.amazon.awssdk.services.marketplacedeployment.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-