Uses of Class
com.oracle.bmc.cloudmigrations.requests.CreateReplicationScheduleRequest
-
Packages that use CreateReplicationScheduleRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of CreateReplicationScheduleRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type CreateReplicationScheduleRequest Modifier and Type Method Description CreateReplicationScheduleResponse
Migration. createReplicationSchedule(CreateReplicationScheduleRequest request)
Creates a replication schedule.Future<CreateReplicationScheduleResponse>
MigrationAsync. createReplicationSchedule(CreateReplicationScheduleRequest request, AsyncHandler<CreateReplicationScheduleRequest,CreateReplicationScheduleResponse> handler)
Creates a replication schedule.Future<CreateReplicationScheduleResponse>
MigrationAsyncClient. createReplicationSchedule(CreateReplicationScheduleRequest request, AsyncHandler<CreateReplicationScheduleRequest,CreateReplicationScheduleResponse> handler)
CreateReplicationScheduleResponse
MigrationClient. createReplicationSchedule(CreateReplicationScheduleRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type CreateReplicationScheduleRequest 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 CreateReplicationScheduleRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return CreateReplicationScheduleRequest Modifier and Type Method Description CreateReplicationScheduleRequest
CreateReplicationScheduleRequest.Builder. build()
Build the instance of CreateReplicationScheduleRequest as configured by this builderCreateReplicationScheduleRequest
CreateReplicationScheduleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateReplicationScheduleRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type CreateReplicationScheduleRequest Modifier and Type Method Description CreateReplicationScheduleRequest.Builder
CreateReplicationScheduleRequest.Builder. copy(CreateReplicationScheduleRequest o)
Copy method to populate the builder with values from the given instance.
-