Uses of Class
com.oracle.bmc.cloudmigrations.model.UpdateReplicationScheduleDetails
-
Packages that use UpdateReplicationScheduleDetails Package Description com.oracle.bmc.cloudmigrations.model com.oracle.bmc.cloudmigrations.requests -
-
Uses of UpdateReplicationScheduleDetails in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return UpdateReplicationScheduleDetails Modifier and Type Method Description UpdateReplicationScheduleDetails
UpdateReplicationScheduleDetails.Builder. build()
Methods in com.oracle.bmc.cloudmigrations.model with parameters of type UpdateReplicationScheduleDetails Modifier and Type Method Description UpdateReplicationScheduleDetails.Builder
UpdateReplicationScheduleDetails.Builder. copy(UpdateReplicationScheduleDetails model)
-
Uses of UpdateReplicationScheduleDetails in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return UpdateReplicationScheduleDetails Modifier and Type Method Description UpdateReplicationScheduleDetails
UpdateReplicationScheduleRequest. getBody$()
Alternative accessor for the body parameter.UpdateReplicationScheduleDetails
UpdateReplicationScheduleRequest. getUpdateReplicationScheduleDetails()
The information to be updated.Methods in com.oracle.bmc.cloudmigrations.requests with parameters of type UpdateReplicationScheduleDetails Modifier and Type Method Description UpdateReplicationScheduleRequest.Builder
UpdateReplicationScheduleRequest.Builder. body$(UpdateReplicationScheduleDetails body)
Alternative setter for the body parameter.UpdateReplicationScheduleRequest.Builder
UpdateReplicationScheduleRequest.Builder. updateReplicationScheduleDetails(UpdateReplicationScheduleDetails updateReplicationScheduleDetails)
The information to be updated.
-