Uses of Class
software.amazon.awssdk.services.cloudwatch.model.StartOTelEnrichmentResponse
-
Packages that use StartOTelEnrichmentResponse 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 StartOTelEnrichmentResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return StartOTelEnrichmentResponse Modifier and Type Method Description default StartOTelEnrichmentResponseCloudWatchClient. startOTelEnrichment(Consumer<StartOTelEnrichmentRequest.Builder> startOTelEnrichmentRequest)Enables enrichment and PromQL access for CloudWatch vended metrics for supported AWS resources in the account.default StartOTelEnrichmentResponseCloudWatchClient. startOTelEnrichment(StartOTelEnrichmentRequest startOTelEnrichmentRequest)Enables 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 StartOTelEnrichmentResponse Modifier and Type Method Description default CompletableFuture<StartOTelEnrichmentResponse>CloudWatchAsyncClient. startOTelEnrichment(Consumer<StartOTelEnrichmentRequest.Builder> startOTelEnrichmentRequest)Enables enrichment and PromQL access for CloudWatch vended metrics for supported AWS resources in the account.default CompletableFuture<StartOTelEnrichmentResponse>CloudWatchAsyncClient. startOTelEnrichment(StartOTelEnrichmentRequest startOTelEnrichmentRequest)Enables enrichment and PromQL access for CloudWatch vended metrics for supported AWS resources in the account.
-