Uses of Class
software.amazon.awssdk.services.databrew.model.PathOptions
-
Packages that use PathOptions Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of PathOptions in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return PathOptions Modifier and Type Method Description PathOptionsCreateDatasetRequest. pathOptions()A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.PathOptionsDataset. pathOptions()A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.PathOptionsDescribeDatasetResponse. pathOptions()A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.PathOptionsUpdateDatasetRequest. pathOptions()A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.Methods in software.amazon.awssdk.services.databrew.model with parameters of type PathOptions Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. pathOptions(PathOptions pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.Dataset.BuilderDataset.Builder. pathOptions(PathOptions pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. pathOptions(PathOptions pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.UpdateDatasetRequest.BuilderUpdateDatasetRequest.Builder. pathOptions(PathOptions pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
-