Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetOTelEnrichmentResponse.Builder
-
Packages that use GetOTelEnrichmentResponse.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of GetOTelEnrichmentResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetOTelEnrichmentResponse.Builder Modifier and Type Method Description static GetOTelEnrichmentResponse.BuilderGetOTelEnrichmentResponse. builder()GetOTelEnrichmentResponse.BuilderGetOTelEnrichmentResponse.Builder. status(String status)The status of OTel enrichment for the account.GetOTelEnrichmentResponse.BuilderGetOTelEnrichmentResponse.Builder. status(OTelEnrichmentStatus status)The status of OTel enrichment for the account.GetOTelEnrichmentResponse.BuilderGetOTelEnrichmentResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetOTelEnrichmentResponse.Builder Modifier and Type Method Description static Class<? extends GetOTelEnrichmentResponse.Builder>GetOTelEnrichmentResponse. serializableBuilderClass()
-