Uses of Class
software.amazon.awssdk.services.cloudwatch.model.StopOTelEnrichmentResponse
-
Packages that use StopOTelEnrichmentResponse Package Description software.amazon.awssdk.services.cloudwatch Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on Amazon Web Services in real time. -
-
Uses of StopOTelEnrichmentResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return StopOTelEnrichmentResponse Modifier and Type Method Description default StopOTelEnrichmentResponseCloudWatchClient. stopOTelEnrichment(Consumer<StopOTelEnrichmentRequest.Builder> stopOTelEnrichmentRequest)Disables enrichment and PromQL access for CloudWatch vended metrics for supported AWS resources in the account.default StopOTelEnrichmentResponseCloudWatchClient. stopOTelEnrichment(StopOTelEnrichmentRequest stopOTelEnrichmentRequest)Disables enrichment and PromQL access for CloudWatch vended metrics for supported AWS resources in the account.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type StopOTelEnrichmentResponse Modifier and Type Method Description default CompletableFuture<StopOTelEnrichmentResponse>CloudWatchAsyncClient. stopOTelEnrichment(Consumer<StopOTelEnrichmentRequest.Builder> stopOTelEnrichmentRequest)Disables enrichment and PromQL access for CloudWatch vended metrics for supported AWS resources in the account.default CompletableFuture<StopOTelEnrichmentResponse>CloudWatchAsyncClient. stopOTelEnrichment(StopOTelEnrichmentRequest stopOTelEnrichmentRequest)Disables enrichment and PromQL access for CloudWatch vended metrics for supported AWS resources in the account.
-