Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources: -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseApplicationAutoScalingClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes tags from an Application Auto Scaling scalable target.default UntagResourceResponseApplicationAutoScalingClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes tags from an Application Auto Scaling scalable target.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ApplicationAutoScalingAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes tags from an Application Auto Scaling scalable target.default CompletableFuture<UntagResourceResponse>ApplicationAutoScalingAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes tags from an Application Auto Scaling scalable target.
-