Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceCollection
-
Packages that use TablespaceCollection Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.responses -
-
Uses of TablespaceCollection in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceCollection Modifier and Type Method Description TablespaceCollection
TablespaceCollection.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type TablespaceCollection Modifier and Type Method Description TablespaceCollection.Builder
TablespaceCollection.Builder. copy(TablespaceCollection model)
-
Uses of TablespaceCollection in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return TablespaceCollection Modifier and Type Method Description TablespaceCollection
ListTablespacesResponse. getTablespaceCollection()
The returned TablespaceCollection instance.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type TablespaceCollection Modifier and Type Method Description ListTablespacesResponse.Builder
ListTablespacesResponse.Builder. tablespaceCollection(TablespaceCollection tablespaceCollection)
The returned TablespaceCollection instance.
-