Uses of Class
com.ibm.cloud.watsonxdata.watsonx_data.v2.model.Path
-
Packages that use Path Package Description com.ibm.cloud.watsonxdata.watsonx_data.v2.model -
-
Uses of Path in com.ibm.cloud.watsonxdata.watsonx_data.v2.model
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v2.model that return Path Modifier and Type Method Description Path
Path.Builder. build()
Builds a Path.Methods in com.ibm.cloud.watsonxdata.watsonx_data.v2.model that return types with arguments of type Path Modifier and Type Method Description java.util.List<Path>
GetBucketObjectPropertiesOptions. paths()
Gets the paths.Methods in com.ibm.cloud.watsonxdata.watsonx_data.v2.model with parameters of type Path Modifier and Type Method Description GetBucketObjectPropertiesOptions.Builder
GetBucketObjectPropertiesOptions.Builder. addPaths(Path paths)
Adds a new element to paths.Method parameters in com.ibm.cloud.watsonxdata.watsonx_data.v2.model with type arguments of type Path Modifier and Type Method Description GetBucketObjectPropertiesOptions.Builder
GetBucketObjectPropertiesOptions.Builder. paths(java.util.List<Path> paths)
Set the paths.
-