Uses of Class
com.oracle.bmc.databasemigration.requests.RetrieveSupportedPhasesRequest
- 
Packages that use RetrieveSupportedPhasesRequest Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.requests 
- 
- 
Uses of RetrieveSupportedPhasesRequest in com.oracle.bmc.databasemigrationMethods in com.oracle.bmc.databasemigration with parameters of type RetrieveSupportedPhasesRequest Modifier and Type Method Description RetrieveSupportedPhasesResponseDatabaseMigration. retrieveSupportedPhases(RetrieveSupportedPhasesRequest request)Display Migration Phases for a specified migration.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)RetrieveSupportedPhasesResponseDatabaseMigrationClient. retrieveSupportedPhases(RetrieveSupportedPhasesRequest request)Method parameters in com.oracle.bmc.databasemigration with type arguments of type RetrieveSupportedPhasesRequest 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 RetrieveSupportedPhasesRequest in com.oracle.bmc.databasemigration.requestsMethods in com.oracle.bmc.databasemigration.requests that return RetrieveSupportedPhasesRequest Modifier and Type Method Description RetrieveSupportedPhasesRequestRetrieveSupportedPhasesRequest.Builder. build()Build the instance of RetrieveSupportedPhasesRequest as configured by this builderRetrieveSupportedPhasesRequestRetrieveSupportedPhasesRequest.Builder. buildWithoutInvocationCallback()Build the instance of RetrieveSupportedPhasesRequest as configured by this builderMethods in com.oracle.bmc.databasemigration.requests with parameters of type RetrieveSupportedPhasesRequest Modifier and Type Method Description RetrieveSupportedPhasesRequest.BuilderRetrieveSupportedPhasesRequest.Builder. copy(RetrieveSupportedPhasesRequest o)Copy method to populate the builder with values from the given instance.
 
-