Uses of Class
com.oracle.bmc.database.model.GiHomeSummary
-
Packages that use GiHomeSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of GiHomeSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type GiHomeSummary Modifier and Type Method Description Iterable<GiHomeSummary>DatabasePaginators. listGiHomesRecordIterator(ListGiHomesRequest request)Creates a new iterable which will iterate over theGiHomeSummaryobjects contained in responses from the listGiHomes operation. -
Uses of GiHomeSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return GiHomeSummary Modifier and Type Method Description GiHomeSummaryGiHomeSummary.Builder. build()Methods in com.oracle.bmc.database.model that return types with arguments of type GiHomeSummary Modifier and Type Method Description List<GiHomeSummary>GiHomeCollection. getItems()List of GiHome resources.Methods in com.oracle.bmc.database.model with parameters of type GiHomeSummary Modifier and Type Method Description GiHomeSummary.BuilderGiHomeSummary.Builder. copy(GiHomeSummary model)Method parameters in com.oracle.bmc.database.model with type arguments of type GiHomeSummary Modifier and Type Method Description GiHomeCollection.BuilderGiHomeCollection.Builder. items(List<GiHomeSummary> items)List of GiHome resources.Constructor parameters in com.oracle.bmc.database.model with type arguments of type GiHomeSummary Constructor Description GiHomeCollection(List<GiHomeSummary> items)Deprecated.
-