Uses of Class
com.oracle.bmc.databasemanagement.model.AssociatedDatabaseCollection
-
Packages that use AssociatedDatabaseCollection Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.responses -
-
Uses of AssociatedDatabaseCollection in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AssociatedDatabaseCollection Modifier and Type Method Description AssociatedDatabaseCollection
AssociatedDatabaseCollection.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type AssociatedDatabaseCollection Modifier and Type Method Description AssociatedDatabaseCollection.Builder
AssociatedDatabaseCollection.Builder. copy(AssociatedDatabaseCollection model)
-
Uses of AssociatedDatabaseCollection in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return AssociatedDatabaseCollection Modifier and Type Method Description AssociatedDatabaseCollection
ListAssociatedDatabasesResponse. getAssociatedDatabaseCollection()
The returned AssociatedDatabaseCollection instance.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type AssociatedDatabaseCollection Modifier and Type Method Description ListAssociatedDatabasesResponse.Builder
ListAssociatedDatabasesResponse.Builder. associatedDatabaseCollection(AssociatedDatabaseCollection associatedDatabaseCollection)
The returned AssociatedDatabaseCollection instance.
-