Uses of Class
com.oracle.bmc.core.model.ChangeVcnCompartmentDetails
-
Packages that use ChangeVcnCompartmentDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of ChangeVcnCompartmentDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ChangeVcnCompartmentDetails Modifier and Type Method Description ChangeVcnCompartmentDetails
ChangeVcnCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type ChangeVcnCompartmentDetails Modifier and Type Method Description ChangeVcnCompartmentDetails.Builder
ChangeVcnCompartmentDetails.Builder. copy(ChangeVcnCompartmentDetails model)
-
Uses of ChangeVcnCompartmentDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeVcnCompartmentDetails Modifier and Type Method Description ChangeVcnCompartmentDetails
ChangeVcnCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeVcnCompartmentDetails
ChangeVcnCompartmentRequest. getChangeVcnCompartmentDetails()
Request to change the compartment of a given VCN.Methods in com.oracle.bmc.core.requests with parameters of type ChangeVcnCompartmentDetails Modifier and Type Method Description ChangeVcnCompartmentRequest.Builder
ChangeVcnCompartmentRequest.Builder. body$(ChangeVcnCompartmentDetails body)
Alternative setter for the body parameter.ChangeVcnCompartmentRequest.Builder
ChangeVcnCompartmentRequest.Builder. changeVcnCompartmentDetails(ChangeVcnCompartmentDetails changeVcnCompartmentDetails)
Request to change the compartment of a given VCN.
-