Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources: -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseApplicationAutoScalingClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns all the tags on the specified Application Auto Scaling scalable target.default ListTagsForResourceResponseApplicationAutoScalingClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns all the tags on the specified Application Auto Scaling scalable target.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ApplicationAutoScalingAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns all the tags on the specified Application Auto Scaling scalable target.default CompletableFuture<ListTagsForResourceResponse>ApplicationAutoScalingAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns all the tags on the specified Application Auto Scaling scalable target.
-