Uses of Class
com.oracle.bmc.cloudmigrations.requests.GetReplicationProgressRequest
-
Packages that use GetReplicationProgressRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of GetReplicationProgressRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type GetReplicationProgressRequest Modifier and Type Method Description GetReplicationProgressResponse
Migration. getReplicationProgress(GetReplicationProgressRequest request)
Gets the progress percentage of a migration asset’s replication process.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)
GetReplicationProgressResponse
MigrationClient. getReplicationProgress(GetReplicationProgressRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type GetReplicationProgressRequest 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 GetReplicationProgressRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return GetReplicationProgressRequest Modifier and Type Method Description GetReplicationProgressRequest
GetReplicationProgressRequest.Builder. build()
Build the instance of GetReplicationProgressRequest as configured by this builderGetReplicationProgressRequest
GetReplicationProgressRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetReplicationProgressRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type GetReplicationProgressRequest Modifier and Type Method Description GetReplicationProgressRequest.Builder
GetReplicationProgressRequest.Builder. copy(GetReplicationProgressRequest o)
Copy method to populate the builder with values from the given instance.
-