Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccInfrastructure
-
Packages that use CccInfrastructure Package Description com.oracle.bmc.computecloudatcustomer.model com.oracle.bmc.computecloudatcustomer.responses -
-
Uses of CccInfrastructure in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccInfrastructure Modifier and Type Method Description CccInfrastructure
CccInfrastructure.Builder. build()
Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructure Modifier and Type Method Description CccInfrastructure.Builder
CccInfrastructure.Builder. copy(CccInfrastructure model)
-
Uses of CccInfrastructure in com.oracle.bmc.computecloudatcustomer.responses
Methods in com.oracle.bmc.computecloudatcustomer.responses that return CccInfrastructure Modifier and Type Method Description CccInfrastructure
CreateCccInfrastructureResponse. getCccInfrastructure()
The returned CccInfrastructure instance.CccInfrastructure
GetCccInfrastructureResponse. getCccInfrastructure()
The returned CccInfrastructure instance.CccInfrastructure
UpdateCccInfrastructureResponse. getCccInfrastructure()
The returned CccInfrastructure instance.Methods in com.oracle.bmc.computecloudatcustomer.responses with parameters of type CccInfrastructure Modifier and Type Method Description CreateCccInfrastructureResponse.Builder
CreateCccInfrastructureResponse.Builder. cccInfrastructure(CccInfrastructure cccInfrastructure)
The returned CccInfrastructure instance.GetCccInfrastructureResponse.Builder
GetCccInfrastructureResponse.Builder. cccInfrastructure(CccInfrastructure cccInfrastructure)
The returned CccInfrastructure instance.UpdateCccInfrastructureResponse.Builder
UpdateCccInfrastructureResponse.Builder. cccInfrastructure(CccInfrastructure cccInfrastructure)
The returned CccInfrastructure instance.
-