Uses of Class
com.oracle.bmc.database.model.AdvancedClusterFileSystemSummary
-
Packages that use AdvancedClusterFileSystemSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of AdvancedClusterFileSystemSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type AdvancedClusterFileSystemSummary Modifier and Type Method Description Iterable<AdvancedClusterFileSystemSummary>DatabasePaginators. listAdvancedClusterFileSystemsRecordIterator(ListAdvancedClusterFileSystemsRequest request)Creates a new iterable which will iterate over theAdvancedClusterFileSystemSummaryobjects contained in responses from the listAdvancedClusterFileSystems operation. -
Uses of AdvancedClusterFileSystemSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AdvancedClusterFileSystemSummary Modifier and Type Method Description AdvancedClusterFileSystemSummaryAdvancedClusterFileSystemSummary.Builder. build()Methods in com.oracle.bmc.database.model that return types with arguments of type AdvancedClusterFileSystemSummary Modifier and Type Method Description List<AdvancedClusterFileSystemSummary>AdvancedClusterFileSystemCollection. getItems()List of Advanced Cluster File Systems.Methods in com.oracle.bmc.database.model with parameters of type AdvancedClusterFileSystemSummary Modifier and Type Method Description AdvancedClusterFileSystemSummary.BuilderAdvancedClusterFileSystemSummary.Builder. copy(AdvancedClusterFileSystemSummary model)Method parameters in com.oracle.bmc.database.model with type arguments of type AdvancedClusterFileSystemSummary Modifier and Type Method Description AdvancedClusterFileSystemCollection.BuilderAdvancedClusterFileSystemCollection.Builder. items(List<AdvancedClusterFileSystemSummary> items)List of Advanced Cluster File Systems.Constructor parameters in com.oracle.bmc.database.model with type arguments of type AdvancedClusterFileSystemSummary Constructor Description AdvancedClusterFileSystemCollection(List<AdvancedClusterFileSystemSummary> items)Deprecated.
-