Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return TagResourceResponse Modifier and Type Method Description default TagResourceResponsePartnerCentralSellingClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.default TagResourceResponsePartnerCentralSellingClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PartnerCentralSellingAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.default CompletableFuture<TagResourceResponse>PartnerCentralSellingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.
-