Uses of Class
com.oracle.bmc.computecloudatcustomer.model.ChangeCccInfrastructureCompartmentDetails
-
Packages that use ChangeCccInfrastructureCompartmentDetails Package Description com.oracle.bmc.computecloudatcustomer.model com.oracle.bmc.computecloudatcustomer.requests -
-
Uses of ChangeCccInfrastructureCompartmentDetails in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return ChangeCccInfrastructureCompartmentDetails Modifier and Type Method Description ChangeCccInfrastructureCompartmentDetails
ChangeCccInfrastructureCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type ChangeCccInfrastructureCompartmentDetails Modifier and Type Method Description ChangeCccInfrastructureCompartmentDetails.Builder
ChangeCccInfrastructureCompartmentDetails.Builder. copy(ChangeCccInfrastructureCompartmentDetails model)
-
Uses of ChangeCccInfrastructureCompartmentDetails in com.oracle.bmc.computecloudatcustomer.requests
Methods in com.oracle.bmc.computecloudatcustomer.requests that return ChangeCccInfrastructureCompartmentDetails Modifier and Type Method Description ChangeCccInfrastructureCompartmentDetails
ChangeCccInfrastructureCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeCccInfrastructureCompartmentDetails
ChangeCccInfrastructureCompartmentRequest. getChangeCccInfrastructureCompartmentDetails()
Details about the compartment change operation including the destination compartment specified by the resource OCID.Methods in com.oracle.bmc.computecloudatcustomer.requests with parameters of type ChangeCccInfrastructureCompartmentDetails Modifier and Type Method Description ChangeCccInfrastructureCompartmentRequest.Builder
ChangeCccInfrastructureCompartmentRequest.Builder. body$(ChangeCccInfrastructureCompartmentDetails body)
Alternative setter for the body parameter.ChangeCccInfrastructureCompartmentRequest.Builder
ChangeCccInfrastructureCompartmentRequest.Builder. changeCccInfrastructureCompartmentDetails(ChangeCccInfrastructureCompartmentDetails changeCccInfrastructureCompartmentDetails)
Details about the compartment change operation including the destination compartment specified by the resource OCID.
-