Uses of Class
com.oracle.bmc.cloudmigrations.requests.StartAssetReplicationRequest
-
Packages that use StartAssetReplicationRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of StartAssetReplicationRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type StartAssetReplicationRequest Modifier and Type Method Description StartAssetReplicationResponse
Migration. startAssetReplication(StartAssetReplicationRequest request)
Starts replication for the asset with the migration asset ID.Future<StartAssetReplicationResponse>
MigrationAsync. startAssetReplication(StartAssetReplicationRequest request, AsyncHandler<StartAssetReplicationRequest,StartAssetReplicationResponse> handler)
Starts replication for the asset with the migration asset ID.Future<StartAssetReplicationResponse>
MigrationAsyncClient. startAssetReplication(StartAssetReplicationRequest request, AsyncHandler<StartAssetReplicationRequest,StartAssetReplicationResponse> handler)
StartAssetReplicationResponse
MigrationClient. startAssetReplication(StartAssetReplicationRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type StartAssetReplicationRequest Modifier and Type Method Description Future<StartAssetReplicationResponse>
MigrationAsync. startAssetReplication(StartAssetReplicationRequest request, AsyncHandler<StartAssetReplicationRequest,StartAssetReplicationResponse> handler)
Starts replication for the asset with the migration asset ID.Future<StartAssetReplicationResponse>
MigrationAsyncClient. startAssetReplication(StartAssetReplicationRequest request, AsyncHandler<StartAssetReplicationRequest,StartAssetReplicationResponse> handler)
-
Uses of StartAssetReplicationRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return StartAssetReplicationRequest Modifier and Type Method Description StartAssetReplicationRequest
StartAssetReplicationRequest.Builder. build()
Build the instance of StartAssetReplicationRequest as configured by this builderStartAssetReplicationRequest
StartAssetReplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartAssetReplicationRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type StartAssetReplicationRequest Modifier and Type Method Description StartAssetReplicationRequest.Builder
StartAssetReplicationRequest.Builder. copy(StartAssetReplicationRequest o)
Copy method to populate the builder with values from the given instance.
-