default ListTagsForResourceResponse |
ApplicationAutoScalingClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Returns all the tags on the specified Application Auto Scaling scalable target.
|
default ListTagsForResourceResponse |
ApplicationAutoScalingClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Returns all the tags on the specified Application Auto Scaling scalable target.
|
default TagResourceResponse |
ApplicationAutoScalingClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Adds or edits tags on an Application Auto Scaling scalable target.
|
default TagResourceResponse |
ApplicationAutoScalingClient.tagResource(TagResourceRequest tagResourceRequest) |
Adds or edits tags on an Application Auto Scaling scalable target.
|
default UntagResourceResponse |
ApplicationAutoScalingClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Deletes tags from an Application Auto Scaling scalable target.
|
default UntagResourceResponse |
ApplicationAutoScalingClient.untagResource(UntagResourceRequest untagResourceRequest) |
Deletes tags from an Application Auto Scaling scalable target.
|