Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources: -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseApplicationAutoScalingClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or edits tags on an Application Auto Scaling scalable target.default TagResourceResponseApplicationAutoScalingClient. tagResource(TagResourceRequest tagResourceRequest)Adds or edits tags on an Application Auto Scaling scalable target.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ApplicationAutoScalingAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or edits tags on an Application Auto Scaling scalable target.default CompletableFuture<TagResourceResponse>ApplicationAutoScalingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or edits tags on an Application Auto Scaling scalable target.
-