Uses of Class
com.oracle.bmc.database.model.DatabaseSoftwareImageSummary
- 
Packages that use DatabaseSoftwareImageSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses 
- 
- 
Uses of DatabaseSoftwareImageSummary in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return types with arguments of type DatabaseSoftwareImageSummary Modifier and Type Method Description Iterable<DatabaseSoftwareImageSummary>DatabasePaginators. listDatabaseSoftwareImagesRecordIterator(ListDatabaseSoftwareImagesRequest request)Creates a new iterable which will iterate over theDatabaseSoftwareImageSummaryobjects contained in responses from the listDatabaseSoftwareImages operation.
- 
Uses of DatabaseSoftwareImageSummary in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return DatabaseSoftwareImageSummary Modifier and Type Method Description DatabaseSoftwareImageSummaryDatabaseSoftwareImageSummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type DatabaseSoftwareImageSummary Modifier and Type Method Description DatabaseSoftwareImageSummary.BuilderDatabaseSoftwareImageSummary.Builder. copy(DatabaseSoftwareImageSummary model)
- 
Uses of DatabaseSoftwareImageSummary in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return types with arguments of type DatabaseSoftwareImageSummary Modifier and Type Method Description List<DatabaseSoftwareImageSummary>ListDatabaseSoftwareImagesResponse. getItems()A list of com.oracle.bmc.database.model.DatabaseSoftwareImageSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type DatabaseSoftwareImageSummary Modifier and Type Method Description ListDatabaseSoftwareImagesResponse.BuilderListDatabaseSoftwareImagesResponse.Builder. items(List<DatabaseSoftwareImageSummary> items)A list of com.oracle.bmc.database.model.DatabaseSoftwareImageSummary instances.
 
-