Uses of Class
software.amazon.awssdk.services.databrew.model.InputFormat
-
Packages that use InputFormat Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of InputFormat in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return InputFormat Modifier and Type Method Description InputFormatCreateDatasetRequest. format()The file format of a dataset that is created from an Amazon S3 file or folder.InputFormatDataset. format()The file format of a dataset that is created from an Amazon S3 file or folder.InputFormatDescribeDatasetResponse. format()The file format of a dataset that is created from an Amazon S3 file or folder.InputFormatUpdateDatasetRequest. format()The file format of a dataset that is created from an Amazon S3 file or folder.static InputFormatInputFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InputFormatInputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static InputFormat[]InputFormat. 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 InputFormat Modifier and Type Method Description static Set<InputFormat>InputFormat. knownValues()Methods in software.amazon.awssdk.services.databrew.model with parameters of type InputFormat Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. format(InputFormat format)The file format of a dataset that is created from an Amazon S3 file or folder.Dataset.BuilderDataset.Builder. format(InputFormat format)The file format of a dataset that is created from an Amazon S3 file or folder.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. format(InputFormat format)The file format of a dataset that is created from an Amazon S3 file or folder.UpdateDatasetRequest.BuilderUpdateDatasetRequest.Builder. format(InputFormat format)The file format of a dataset that is created from an Amazon S3 file or folder.
-