Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponsePartnerCentralSellingClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a resource.default ListTagsForResourceResponsePartnerCentralSellingClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a resource.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PartnerCentralSellingAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a resource.default CompletableFuture<ListTagsForResourceResponse>PartnerCentralSellingAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a resource.
-