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