Uses of Class
software.amazon.awssdk.services.glue.model.InclusionAnnotationValue
-
Packages that use InclusionAnnotationValue Package Description software.amazon.awssdk.services.glue.model -
-
Uses of InclusionAnnotationValue in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return InclusionAnnotationValue Modifier and Type Method Description static InclusionAnnotationValueInclusionAnnotationValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InclusionAnnotationValueDatapointInclusionAnnotation. inclusionAnnotation()The inclusion annotation value to apply to the statistic.InclusionAnnotationValuePutDataQualityProfileAnnotationRequest. inclusionAnnotation()The inclusion annotation value to apply to the profile.InclusionAnnotationValueStatisticModelResult. inclusionAnnotation()The inclusion annotation.InclusionAnnotationValueTimestampedInclusionAnnotation. value()The inclusion annotation value.static InclusionAnnotationValueInclusionAnnotationValue. valueOf(String name)Returns the enum constant of this type with the specified name.static InclusionAnnotationValue[]InclusionAnnotationValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type InclusionAnnotationValue Modifier and Type Method Description static Set<InclusionAnnotationValue>InclusionAnnotationValue. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type InclusionAnnotationValue Modifier and Type Method Description DatapointInclusionAnnotation.BuilderDatapointInclusionAnnotation.Builder. inclusionAnnotation(InclusionAnnotationValue inclusionAnnotation)The inclusion annotation value to apply to the statistic.PutDataQualityProfileAnnotationRequest.BuilderPutDataQualityProfileAnnotationRequest.Builder. inclusionAnnotation(InclusionAnnotationValue inclusionAnnotation)The inclusion annotation value to apply to the profile.StatisticModelResult.BuilderStatisticModelResult.Builder. inclusionAnnotation(InclusionAnnotationValue inclusionAnnotation)The inclusion annotation.TimestampedInclusionAnnotation.BuilderTimestampedInclusionAnnotation.Builder. value(InclusionAnnotationValue value)The inclusion annotation value.
-