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