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