Uses of Class
software.amazon.awssdk.services.amp.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for container metrics that makes it easier to securely monitor container environments at scale. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseAmpClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)TheListTagsForResourceoperation returns the tags that are associated with an Amazon Managed Service for Prometheus resource.default ListTagsForResourceResponseAmpClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)TheListTagsForResourceoperation returns the tags that are associated with an Amazon Managed Service for Prometheus resource.Methods in software.amazon.awssdk.services.amp that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AmpAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)TheListTagsForResourceoperation returns the tags that are associated with an Amazon Managed Service for Prometheus resource.default CompletableFuture<ListTagsForResourceResponse>AmpAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)TheListTagsForResourceoperation returns the tags that are associated with an Amazon Managed Service for Prometheus resource.
-