Uses of Class
com.oracle.bmc.datacatalog.model.Metastore
-
Packages that use Metastore Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.responses -
-
Uses of Metastore in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return Metastore Modifier and Type Method Description Metastore
Metastore.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type Metastore Modifier and Type Method Description Metastore.Builder
Metastore.Builder. copy(Metastore model)
-
Uses of Metastore in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return Metastore Modifier and Type Method Description Metastore
AddMetastoreLockResponse. getMetastore()
The returned Metastore instance.Metastore
GetMetastoreResponse. getMetastore()
The returned Metastore instance.Metastore
RemoveMetastoreLockResponse. getMetastore()
The returned Metastore instance.Metastore
UpdateMetastoreResponse. getMetastore()
The returned Metastore instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type Metastore Modifier and Type Method Description AddMetastoreLockResponse.Builder
AddMetastoreLockResponse.Builder. metastore(Metastore metastore)
The returned Metastore instance.GetMetastoreResponse.Builder
GetMetastoreResponse.Builder. metastore(Metastore metastore)
The returned Metastore instance.RemoveMetastoreLockResponse.Builder
RemoveMetastoreLockResponse.Builder. metastore(Metastore metastore)
The returned Metastore instance.UpdateMetastoreResponse.Builder
UpdateMetastoreResponse.Builder. metastore(Metastore metastore)
The returned Metastore instance.
-