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