Uses of Class
com.oracle.bmc.databasemigration.responses.RetrieveSupportedPhasesResponse
-
Packages that use RetrieveSupportedPhasesResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of RetrieveSupportedPhasesResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return RetrieveSupportedPhasesResponse Modifier and Type Method Description RetrieveSupportedPhasesResponse
DatabaseMigration. retrieveSupportedPhases(RetrieveSupportedPhasesRequest request)
Display Migration Phases for a specified migration.RetrieveSupportedPhasesResponse
DatabaseMigrationClient. retrieveSupportedPhases(RetrieveSupportedPhasesRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type RetrieveSupportedPhasesResponse Modifier and Type Method Description Future<RetrieveSupportedPhasesResponse>
DatabaseMigrationAsync. retrieveSupportedPhases(RetrieveSupportedPhasesRequest request, AsyncHandler<RetrieveSupportedPhasesRequest,RetrieveSupportedPhasesResponse> handler)
Display Migration Phases for a specified migration.Future<RetrieveSupportedPhasesResponse>
DatabaseMigrationAsyncClient. retrieveSupportedPhases(RetrieveSupportedPhasesRequest request, AsyncHandler<RetrieveSupportedPhasesRequest,RetrieveSupportedPhasesResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type RetrieveSupportedPhasesResponse Modifier and Type Method Description Future<RetrieveSupportedPhasesResponse>
DatabaseMigrationAsync. retrieveSupportedPhases(RetrieveSupportedPhasesRequest request, AsyncHandler<RetrieveSupportedPhasesRequest,RetrieveSupportedPhasesResponse> handler)
Display Migration Phases for a specified migration.Future<RetrieveSupportedPhasesResponse>
DatabaseMigrationAsyncClient. retrieveSupportedPhases(RetrieveSupportedPhasesRequest request, AsyncHandler<RetrieveSupportedPhasesRequest,RetrieveSupportedPhasesResponse> handler)
-
Uses of RetrieveSupportedPhasesResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return RetrieveSupportedPhasesResponse Modifier and Type Method Description RetrieveSupportedPhasesResponse
RetrieveSupportedPhasesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type RetrieveSupportedPhasesResponse Modifier and Type Method Description RetrieveSupportedPhasesResponse.Builder
RetrieveSupportedPhasesResponse.Builder. copy(RetrieveSupportedPhasesResponse o)
Copy method to populate the builder with values from the given instance.
-