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.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type RetrieveSupportedPhasesRequest Modifier and Type Method Description RetrieveSupportedPhasesResponse
DatabaseMigration. 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)
RetrieveSupportedPhasesResponse
DatabaseMigrationClient. 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.requests
Methods in com.oracle.bmc.databasemigration.requests that return RetrieveSupportedPhasesRequest Modifier and Type Method Description RetrieveSupportedPhasesRequest
RetrieveSupportedPhasesRequest.Builder. build()
Build the instance of RetrieveSupportedPhasesRequest as configured by this builderRetrieveSupportedPhasesRequest
RetrieveSupportedPhasesRequest.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.Builder
RetrieveSupportedPhasesRequest.Builder. copy(RetrieveSupportedPhasesRequest o)
Copy method to populate the builder with values from the given instance.
-