Uses of Class
software.amazon.awssdk.services.databrew.model.Input
-
Packages that use Input Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of Input in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return Input Modifier and Type Method Description InputCreateDatasetRequest. input()Returns the value of the Input property for this object.InputDataset. input()Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.InputDescribeDatasetResponse. input()Returns the value of the Input property for this object.InputUpdateDatasetRequest. input()Returns the value of the Input property for this object.Methods in software.amazon.awssdk.services.databrew.model with parameters of type Input Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. input(Input input)Sets the value of the Input property for this object.Dataset.BuilderDataset.Builder. input(Input input)Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. input(Input input)Sets the value of the Input property for this object.UpdateDatasetRequest.BuilderUpdateDatasetRequest.Builder. input(Input input)Sets the value of the Input property for this object.
-