Uses of Class
software.amazon.awssdk.services.amp.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAmpClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)TheTagResourceoperation associates tags with an Amazon Managed Service for Prometheus resource.default TagResourceResponseAmpClient. tagResource(TagResourceRequest tagResourceRequest)TheTagResourceoperation associates tags with an Amazon Managed Service for Prometheus resource.Methods in software.amazon.awssdk.services.amp that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AmpAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)TheTagResourceoperation associates tags with an Amazon Managed Service for Prometheus resource.default CompletableFuture<TagResourceResponse>AmpAsyncClient. tagResource(TagResourceRequest tagResourceRequest)TheTagResourceoperation associates tags with an Amazon Managed Service for Prometheus resource.
-