Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary
-
Packages that use TablespaceSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type TablespaceSummary Modifier and Type Method Description Iterable<TablespaceSummary>
DbManagementPaginators. listTablespacesRecordIterator(ListTablespacesRequest request)
Creates a new iterable which will iterate over theTablespaceSummary
objects contained in responses from the listTablespaces operation. -
Uses of TablespaceSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary Modifier and Type Method Description TablespaceSummary
TablespaceSummary.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type TablespaceSummary Modifier and Type Method Description List<TablespaceSummary>
TablespaceCollection. getItems()
An array of TablespaceSummary resources.Methods in com.oracle.bmc.databasemanagement.model with parameters of type TablespaceSummary Modifier and Type Method Description TablespaceSummary.Builder
TablespaceSummary.Builder. copy(TablespaceSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type TablespaceSummary Modifier and Type Method Description TablespaceCollection.Builder
TablespaceCollection.Builder. items(List<TablespaceSummary> items)
An array of TablespaceSummary resources.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type TablespaceSummary Constructor Description TablespaceCollection(List<TablespaceSummary> items)
Deprecated.
-