Uses of Class
com.oracle.bmc.database.model.DbConnectionBundleSummary
-
Packages that use DbConnectionBundleSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of DbConnectionBundleSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DbConnectionBundleSummary Modifier and Type Method Description Iterable<DbConnectionBundleSummary>DatabasePaginators. listDbConnectionBundlesRecordIterator(ListDbConnectionBundlesRequest request)Creates a new iterable which will iterate over theDbConnectionBundleSummaryobjects contained in responses from the listDbConnectionBundles operation. -
Uses of DbConnectionBundleSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbConnectionBundleSummary Modifier and Type Method Description DbConnectionBundleSummaryDbConnectionBundleSummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type DbConnectionBundleSummary Modifier and Type Method Description DbConnectionBundleSummary.BuilderDbConnectionBundleSummary.Builder. copy(DbConnectionBundleSummary model) -
Uses of DbConnectionBundleSummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type DbConnectionBundleSummary Modifier and Type Method Description List<DbConnectionBundleSummary>ListDbConnectionBundlesResponse. getItems()A list of com.oracle.bmc.database.model.DbConnectionBundleSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type DbConnectionBundleSummary Modifier and Type Method Description ListDbConnectionBundlesResponse.BuilderListDbConnectionBundlesResponse.Builder. items(List<DbConnectionBundleSummary> items)A list of com.oracle.bmc.database.model.DbConnectionBundleSummary instances.
-