Uses of Class
software.amazon.awssdk.services.invoicing.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.invoicing Amazon Web Services Invoice Configuration -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.invoicing
Methods in software.amazon.awssdk.services.invoicing that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseInvoicingClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to a resource.default TagResourceResponseInvoicingClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to a resource.Methods in software.amazon.awssdk.services.invoicing that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>InvoicingAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to a resource.default CompletableFuture<TagResourceResponse>InvoicingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to a resource.
-