Uses of Class
com.oracle.bmc.databasemigration.model.ConnectionSummary
-
Packages that use ConnectionSummary Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.model -
-
Uses of ConnectionSummary in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return types with arguments of type ConnectionSummary Modifier and Type Method Description Iterable<ConnectionSummary>
DatabaseMigrationPaginators. listConnectionsRecordIterator(ListConnectionsRequest request)
Creates a new iterable which will iterate over theConnectionSummary
objects contained in responses from the listConnections operation. -
Uses of ConnectionSummary in com.oracle.bmc.databasemigration.model
Subclasses of ConnectionSummary in com.oracle.bmc.databasemigration.model Modifier and Type Class Description class
MysqlConnectionSummary
Summary of the MySQL Connection.class
OracleConnectionSummary
Summary of the Oracle Connection.Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type ConnectionSummary Modifier and Type Method Description List<ConnectionSummary>
ConnectionCollection. getItems()
An array of Connection summaries.Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type ConnectionSummary Modifier and Type Method Description ConnectionCollection.Builder
ConnectionCollection.Builder. items(List<ConnectionSummary> items)
An array of Connection summaries.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type ConnectionSummary Constructor Description ConnectionCollection(List<ConnectionSummary> items)
Deprecated.
-