Uses of Class
com.oracle.bmc.databasemigration.model.MigrationPhaseCollection
-
Packages that use MigrationPhaseCollection Package Description com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.responses -
-
Uses of MigrationPhaseCollection in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return MigrationPhaseCollection Modifier and Type Method Description MigrationPhaseCollection
MigrationPhaseCollection.Builder. build()
Methods in com.oracle.bmc.databasemigration.model with parameters of type MigrationPhaseCollection Modifier and Type Method Description MigrationPhaseCollection.Builder
MigrationPhaseCollection.Builder. copy(MigrationPhaseCollection model)
-
Uses of MigrationPhaseCollection in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return MigrationPhaseCollection Modifier and Type Method Description MigrationPhaseCollection
RetrieveSupportedPhasesResponse. getMigrationPhaseCollection()
The returned MigrationPhaseCollection instance.Methods in com.oracle.bmc.databasemigration.responses with parameters of type MigrationPhaseCollection Modifier and Type Method Description RetrieveSupportedPhasesResponse.Builder
RetrieveSupportedPhasesResponse.Builder. migrationPhaseCollection(MigrationPhaseCollection migrationPhaseCollection)
The returned MigrationPhaseCollection instance.
-