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