Uses of Class
software.amazon.awssdk.services.billing.model.TagResourceResponse
-
Packages that use TagResourceResponse 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. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseBillingClient. tagResource(Consumer<TagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.billing that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BillingAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)An API operation for adding one or more tags (key-value pairs) to a resource.default CompletableFuture<TagResourceResponse>BillingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)An API operation for adding one or more tags (key-value pairs) to a resource.
-