Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.lookoutmetrics
Methods in software.amazon.awssdk.services.lookoutmetrics that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseLookoutMetricsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a detector, dataset, or alert.default UntagResourceResponseLookoutMetricsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a detector, dataset, or alert.Methods in software.amazon.awssdk.services.lookoutmetrics that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LookoutMetricsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a detector, dataset, or alert.default CompletableFuture<UntagResourceResponse>LookoutMetricsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a detector, dataset, or alert.
-