Uses of Class
software.amazon.awssdk.services.billing.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.billing You can use the Billing API to programatically list the billing views available to you for a given time period.software.amazon.awssdk.services.billing.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BillingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)An API operation for adding one or more tags (key-value pairs) to a resource.default TagResourceResponseBillingClient. tagResource(TagResourceRequest tagResourceRequest)An API operation for adding one or more tags (key-value pairs) to a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.billing.transform
Methods in software.amazon.awssdk.services.billing.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-