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