Uses of Class
software.amazon.awssdk.services.cloudwatch.model.OTelEnrichmentStatus
-
Packages that use OTelEnrichmentStatus Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of OTelEnrichmentStatus in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return OTelEnrichmentStatus Modifier and Type Method Description static OTelEnrichmentStatusOTelEnrichmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OTelEnrichmentStatusGetOTelEnrichmentResponse. status()The status of OTel enrichment for the account.static OTelEnrichmentStatusOTelEnrichmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OTelEnrichmentStatus[]OTelEnrichmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type OTelEnrichmentStatus Modifier and Type Method Description static Set<OTelEnrichmentStatus>OTelEnrichmentStatus. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type OTelEnrichmentStatus Modifier and Type Method Description GetOTelEnrichmentResponse.BuilderGetOTelEnrichmentResponse.Builder. status(OTelEnrichmentStatus status)The status of OTel enrichment for the account.
-