Uses of Class
software.amazon.awssdk.services.savingsplans.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.savingsplans Savings Plans are a pricing model that offer significant savings on Amazon Web Services usage (for example, on Amazon EC2 instances). -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSavingsplansClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseSavingsplansClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.Methods in software.amazon.awssdk.services.savingsplans that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SavingsplansAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default CompletableFuture<TagResourceResponse>SavingsplansAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.
-