Uses of Class
software.amazon.awssdk.services.amp.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAmpClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from an Amazon Managed Service for Prometheus resource.default UntagResourceResponseAmpClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from an Amazon Managed Service for Prometheus resource.Methods in software.amazon.awssdk.services.amp that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AmpAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from an Amazon Managed Service for Prometheus resource.default CompletableFuture<UntagResourceResponse>AmpAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from an Amazon Managed Service for Prometheus resource.
-