Uses of Class
com.oracle.bmc.databasemanagement.model.CloudAsmSummary
-
Packages that use CloudAsmSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudAsmSummary in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type CloudAsmSummary Modifier and Type Method Description Iterable<CloudAsmSummary>
DbManagementPaginators. listCloudAsmsRecordIterator(ListCloudAsmsRequest request)
Creates a new iterable which will iterate over theCloudAsmSummary
objects contained in responses from the listCloudAsms operation. -
Uses of CloudAsmSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudAsmSummary Modifier and Type Method Description CloudAsmSummary
CloudAsmSummary.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type CloudAsmSummary Modifier and Type Method Description List<CloudAsmSummary>
CloudAsmCollection. getItems()
An array of cloud ASMs.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudAsmSummary Modifier and Type Method Description CloudAsmSummary.Builder
CloudAsmSummary.Builder. copy(CloudAsmSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type CloudAsmSummary Modifier and Type Method Description CloudAsmCollection.Builder
CloudAsmCollection.Builder. items(List<CloudAsmSummary> items)
An array of cloud ASMs.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type CloudAsmSummary Constructor Description CloudAsmCollection(List<CloudAsmSummary> items)
Deprecated.
-