Uses of Class
com.oracle.bmc.cloudmigrations.responses.StartAssetReplicationResponse
-
Packages that use StartAssetReplicationResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of StartAssetReplicationResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return StartAssetReplicationResponse Modifier and Type Method Description StartAssetReplicationResponse
Migration. startAssetReplication(StartAssetReplicationRequest request)
Starts replication for the asset with the migration asset ID.StartAssetReplicationResponse
MigrationClient. startAssetReplication(StartAssetReplicationRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type StartAssetReplicationResponse 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)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type StartAssetReplicationResponse 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 StartAssetReplicationResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return StartAssetReplicationResponse Modifier and Type Method Description StartAssetReplicationResponse
StartAssetReplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type StartAssetReplicationResponse Modifier and Type Method Description StartAssetReplicationResponse.Builder
StartAssetReplicationResponse.Builder. copy(StartAssetReplicationResponse o)
Copy method to populate the builder with values from the given instance.
-