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