Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources:software.amazon.awssdk.services.applicationautoscaling.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ApplicationAutoScalingAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.applicationautoscaling.transform
Methods in software.amazon.awssdk.services.applicationautoscaling.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-