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