Uses of Class
software.amazon.awssdk.services.cloudwatch.model.GetOTelEnrichmentRequest
-
Packages that use GetOTelEnrichmentRequest 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.transform -
-
Uses of GetOTelEnrichmentRequest in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch with parameters of type GetOTelEnrichmentRequest Modifier and Type Method Description default CompletableFuture<GetOTelEnrichmentResponse>CloudWatchAsyncClient. getOTelEnrichment(GetOTelEnrichmentRequest getOTelEnrichmentRequest)Returns the current status of vended metric enrichment for the account, including whether CloudWatch vended metrics are enriched with resource ARN and resource tag labels and queryable using PromQL.default GetOTelEnrichmentResponseCloudWatchClient. getOTelEnrichment(GetOTelEnrichmentRequest getOTelEnrichmentRequest)Returns the current status of vended metric enrichment for the account, including whether CloudWatch vended metrics are enriched with resource ARN and resource tag labels and queryable using PromQL. -
Uses of GetOTelEnrichmentRequest in software.amazon.awssdk.services.cloudwatch.transform
Methods in software.amazon.awssdk.services.cloudwatch.transform with parameters of type GetOTelEnrichmentRequest Modifier and Type Method Description SdkHttpFullRequestGetOTelEnrichmentRequestMarshaller. marshall(GetOTelEnrichmentRequest getOTelEnrichmentRequest)
-