Uses of Class
software.amazon.awssdk.services.glue.model.AdditionalOptionKeys
-
Packages that use AdditionalOptionKeys Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AdditionalOptionKeys in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AdditionalOptionKeys Modifier and Type Method Description static AdditionalOptionKeysAdditionalOptionKeys. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdditionalOptionKeysAdditionalOptionKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static AdditionalOptionKeys[]AdditionalOptionKeys. 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 AdditionalOptionKeys Modifier and Type Method Description Map<AdditionalOptionKeys,String>EvaluateDataQualityMultiFrame. additionalOptions()Options to configure runtime behavior of the transform.static Set<AdditionalOptionKeys>AdditionalOptionKeys. knownValues()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type AdditionalOptionKeys Modifier and Type Method Description EvaluateDataQualityMultiFrame.BuilderEvaluateDataQualityMultiFrame.Builder. additionalOptions(Map<AdditionalOptionKeys,String> additionalOptions)Options to configure runtime behavior of the transform.
-