Uses of Class
com.oracle.bmc.cloudmigrations.model.ChangeReplicationScheduleCompartmentDetails
-
Packages that use ChangeReplicationScheduleCompartmentDetails Package Description com.oracle.bmc.cloudmigrations.model com.oracle.bmc.cloudmigrations.requests -
-
Uses of ChangeReplicationScheduleCompartmentDetails in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return ChangeReplicationScheduleCompartmentDetails Modifier and Type Method Description ChangeReplicationScheduleCompartmentDetails
ChangeReplicationScheduleCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.cloudmigrations.model with parameters of type ChangeReplicationScheduleCompartmentDetails Modifier and Type Method Description ChangeReplicationScheduleCompartmentDetails.Builder
ChangeReplicationScheduleCompartmentDetails.Builder. copy(ChangeReplicationScheduleCompartmentDetails model)
-
Uses of ChangeReplicationScheduleCompartmentDetails in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return ChangeReplicationScheduleCompartmentDetails Modifier and Type Method Description ChangeReplicationScheduleCompartmentDetails
ChangeReplicationScheduleCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeReplicationScheduleCompartmentDetails
ChangeReplicationScheduleCompartmentRequest. getChangeReplicationScheduleCompartmentDetails()
Details for the compartment move.Methods in com.oracle.bmc.cloudmigrations.requests with parameters of type ChangeReplicationScheduleCompartmentDetails Modifier and Type Method Description ChangeReplicationScheduleCompartmentRequest.Builder
ChangeReplicationScheduleCompartmentRequest.Builder. body$(ChangeReplicationScheduleCompartmentDetails body)
Alternative setter for the body parameter.ChangeReplicationScheduleCompartmentRequest.Builder
ChangeReplicationScheduleCompartmentRequest.Builder. changeReplicationScheduleCompartmentDetails(ChangeReplicationScheduleCompartmentDetails changeReplicationScheduleCompartmentDetails)
Details for the compartment move.
-