Uses of Class
com.oracle.bmc.cloudmigrations.responses.GetReplicationProgressResponse
-
Packages that use GetReplicationProgressResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of GetReplicationProgressResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return GetReplicationProgressResponse Modifier and Type Method Description GetReplicationProgressResponse
Migration. getReplicationProgress(GetReplicationProgressRequest request)
Gets the progress percentage of a migration asset’s replication process.GetReplicationProgressResponse
MigrationClient. getReplicationProgress(GetReplicationProgressRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type GetReplicationProgressResponse Modifier and Type Method Description Future<GetReplicationProgressResponse>
MigrationAsync. getReplicationProgress(GetReplicationProgressRequest request, AsyncHandler<GetReplicationProgressRequest,GetReplicationProgressResponse> handler)
Gets the progress percentage of a migration asset’s replication process.Future<GetReplicationProgressResponse>
MigrationAsyncClient. getReplicationProgress(GetReplicationProgressRequest request, AsyncHandler<GetReplicationProgressRequest,GetReplicationProgressResponse> handler)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type GetReplicationProgressResponse Modifier and Type Method Description Future<GetReplicationProgressResponse>
MigrationAsync. getReplicationProgress(GetReplicationProgressRequest request, AsyncHandler<GetReplicationProgressRequest,GetReplicationProgressResponse> handler)
Gets the progress percentage of a migration asset’s replication process.Future<GetReplicationProgressResponse>
MigrationAsyncClient. getReplicationProgress(GetReplicationProgressRequest request, AsyncHandler<GetReplicationProgressRequest,GetReplicationProgressResponse> handler)
-
Uses of GetReplicationProgressResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return GetReplicationProgressResponse Modifier and Type Method Description GetReplicationProgressResponse
GetReplicationProgressResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type GetReplicationProgressResponse Modifier and Type Method Description GetReplicationProgressResponse.Builder
GetReplicationProgressResponse.Builder. copy(GetReplicationProgressResponse o)
Copy method to populate the builder with values from the given instance.
-