Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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 ListTagsForResourceRequest in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ApplicationAutoScalingAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.applicationautoscaling.transform
Methods in software.amazon.awssdk.services.applicationautoscaling.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-