Uses of Class
com.oracle.bmc.cloudmigrations.responses.CreateReplicationScheduleResponse
-
Packages that use CreateReplicationScheduleResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of CreateReplicationScheduleResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return CreateReplicationScheduleResponse Modifier and Type Method Description CreateReplicationScheduleResponse
Migration. createReplicationSchedule(CreateReplicationScheduleRequest request)
Creates a replication schedule.CreateReplicationScheduleResponse
MigrationClient. createReplicationSchedule(CreateReplicationScheduleRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type CreateReplicationScheduleResponse Modifier and Type Method Description Future<CreateReplicationScheduleResponse>
MigrationAsync. createReplicationSchedule(CreateReplicationScheduleRequest request, AsyncHandler<CreateReplicationScheduleRequest,CreateReplicationScheduleResponse> handler)
Creates a replication schedule.Future<CreateReplicationScheduleResponse>
MigrationAsyncClient. createReplicationSchedule(CreateReplicationScheduleRequest request, AsyncHandler<CreateReplicationScheduleRequest,CreateReplicationScheduleResponse> handler)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type CreateReplicationScheduleResponse Modifier and Type Method Description Future<CreateReplicationScheduleResponse>
MigrationAsync. createReplicationSchedule(CreateReplicationScheduleRequest request, AsyncHandler<CreateReplicationScheduleRequest,CreateReplicationScheduleResponse> handler)
Creates a replication schedule.Future<CreateReplicationScheduleResponse>
MigrationAsyncClient. createReplicationSchedule(CreateReplicationScheduleRequest request, AsyncHandler<CreateReplicationScheduleRequest,CreateReplicationScheduleResponse> handler)
-
Uses of CreateReplicationScheduleResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return CreateReplicationScheduleResponse Modifier and Type Method Description CreateReplicationScheduleResponse
CreateReplicationScheduleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type CreateReplicationScheduleResponse Modifier and Type Method Description CreateReplicationScheduleResponse.Builder
CreateReplicationScheduleResponse.Builder. copy(CreateReplicationScheduleResponse o)
Copy method to populate the builder with values from the given instance.
-