Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.StartOTelEnrichmentRequest.Builder
-
Packages that use StartOTelEnrichmentRequest.Builder 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.software.amazon.awssdk.services.cloudwatch.model -
-
Uses of StartOTelEnrichmentRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type StartOTelEnrichmentRequest.Builder 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 StartOTelEnrichmentResponseCloudWatchClient. startOTelEnrichment(Consumer<StartOTelEnrichmentRequest.Builder> startOTelEnrichmentRequest)Enables enrichment and PromQL access for CloudWatch vended metrics for supported AWS resources in the account. -
Uses of StartOTelEnrichmentRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StartOTelEnrichmentRequest.Builder Modifier and Type Method Description static StartOTelEnrichmentRequest.BuilderStartOTelEnrichmentRequest. builder()StartOTelEnrichmentRequest.BuilderStartOTelEnrichmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartOTelEnrichmentRequest.BuilderStartOTelEnrichmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartOTelEnrichmentRequest.BuilderStartOTelEnrichmentRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StartOTelEnrichmentRequest.Builder Modifier and Type Method Description static Class<? extends StartOTelEnrichmentRequest.Builder>StartOTelEnrichmentRequest. serializableBuilderClass()
-