Uses of Class
com.oracle.bmc.ailanguage.model.LocationDetails
-
Packages that use LocationDetails Package Description com.oracle.bmc.ailanguage.model -
-
Uses of LocationDetails in com.oracle.bmc.ailanguage.model
Subclasses of LocationDetails in com.oracle.bmc.ailanguage.model Modifier and Type Class Description class
ObjectListDataset
Data source details for object storage
Note: Objects should always be created or deserialized using theObjectListDataset.Builder
.Methods in com.oracle.bmc.ailanguage.model that return LocationDetails Modifier and Type Method Description LocationDetails
ObjectStorageDataset. getLocationDetails()
Methods in com.oracle.bmc.ailanguage.model with parameters of type LocationDetails Modifier and Type Method Description ObjectStorageDataset.Builder
ObjectStorageDataset.Builder. locationDetails(LocationDetails locationDetails)
Constructors in com.oracle.bmc.ailanguage.model with parameters of type LocationDetails Constructor Description ObjectStorageDataset(LocationDetails locationDetails)
Deprecated.
-