Uses of Class
software.amazon.awssdk.services.databrew.model.SampleMode
-
Packages that use SampleMode Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of SampleMode in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return SampleMode Modifier and Type Method Description static SampleModeSampleMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SampleModeJobSample. mode()A value that determines whether the profile job is run on the entire dataset or a specified number of rows.static SampleModeSampleMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SampleMode[]SampleMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type SampleMode Modifier and Type Method Description static Set<SampleMode>SampleMode. knownValues()Methods in software.amazon.awssdk.services.databrew.model with parameters of type SampleMode Modifier and Type Method Description JobSample.BuilderJobSample.Builder. mode(SampleMode mode)A value that determines whether the profile job is run on the entire dataset or a specified number of rows.
-