Uses of Class
software.amazon.awssdk.services.grafana.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.grafana Amazon Managed Grafana is a fully managed and secure data visualization service that you can use to instantly query, correlate, and visualize operational metrics, logs, and traces from multiple sources. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseGrafanaClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)TheUntagResourceoperation removes the association of the tag with the Amazon Managed Grafana resource.default UntagResourceResponseGrafanaClient. untagResource(UntagResourceRequest untagResourceRequest)TheUntagResourceoperation removes the association of the tag with the Amazon Managed Grafana resource.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>GrafanaAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)TheUntagResourceoperation removes the association of the tag with the Amazon Managed Grafana resource.default CompletableFuture<UntagResourceResponse>GrafanaAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)TheUntagResourceoperation removes the association of the tag with the Amazon Managed Grafana resource.
-