Uses of Class
software.amazon.awssdk.services.databrew.model.FormatOptions
-
Packages that use FormatOptions Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of FormatOptions in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return FormatOptions Modifier and Type Method Description FormatOptionsCreateDatasetRequest. formatOptions()Returns the value of the FormatOptions property for this object.FormatOptionsDataset. formatOptions()A set of options that define how DataBrew interprets the data in the dataset.FormatOptionsDescribeDatasetResponse. formatOptions()Returns the value of the FormatOptions property for this object.FormatOptionsUpdateDatasetRequest. formatOptions()Returns the value of the FormatOptions property for this object.Methods in software.amazon.awssdk.services.databrew.model with parameters of type FormatOptions Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. formatOptions(FormatOptions formatOptions)Sets the value of the FormatOptions property for this object.Dataset.BuilderDataset.Builder. formatOptions(FormatOptions formatOptions)A set of options that define how DataBrew interprets the data in the dataset.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. formatOptions(FormatOptions formatOptions)Sets the value of the FormatOptions property for this object.UpdateDatasetRequest.BuilderUpdateDatasetRequest.Builder. formatOptions(FormatOptions formatOptions)Sets the value of the FormatOptions property for this object.
-