Uses of Class
software.amazon.awssdk.services.cloudwatch.model.StopOTelEnrichmentResponse
Packages that use StopOTelEnrichmentResponse
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of StopOTelEnrichmentResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return StopOTelEnrichmentResponseModifier and TypeMethodDescriptiondefault StopOTelEnrichmentResponseCloudWatchClient.stopOTelEnrichment(Consumer<StopOTelEnrichmentRequest.Builder> stopOTelEnrichmentRequest) Disables enrichment and PromQL access for CloudWatch vended metrics for supported Amazon Web Services resources in the account.default StopOTelEnrichmentResponseCloudWatchClient.stopOTelEnrichment(StopOTelEnrichmentRequest stopOTelEnrichmentRequest) Disables enrichment and PromQL access for CloudWatch vended metrics for supported Amazon Web Services resources in the account.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type StopOTelEnrichmentResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.stopOTelEnrichment(Consumer<StopOTelEnrichmentRequest.Builder> stopOTelEnrichmentRequest) Disables enrichment and PromQL access for CloudWatch vended metrics for supported Amazon Web Services resources in the account.CloudWatchAsyncClient.stopOTelEnrichment(StopOTelEnrichmentRequest stopOTelEnrichmentRequest) Disables enrichment and PromQL access for CloudWatch vended metrics for supported Amazon Web Services resources in the account.