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