Uses of Class
com.oracle.bmc.database.model.GiHome
-
Packages that use GiHome Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of GiHome in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return GiHome Modifier and Type Method Description GiHomeGiHome.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type GiHome Modifier and Type Method Description GiHome.BuilderGiHome.Builder. copy(GiHome model) -
Uses of GiHome in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GiHome Modifier and Type Method Description GiHomeCreateGiHomeResponse. getGiHome()The returned GiHome instance.GiHomeGetGiHomeResponse. getGiHome()The returned GiHome instance.GiHomeUpdateGiHomeResponse. getGiHome()The returned GiHome instance.Methods in com.oracle.bmc.database.responses with parameters of type GiHome Modifier and Type Method Description CreateGiHomeResponse.BuilderCreateGiHomeResponse.Builder. giHome(GiHome giHome)The returned GiHome instance.GetGiHomeResponse.BuilderGetGiHomeResponse.Builder. giHome(GiHome giHome)The returned GiHome instance.UpdateGiHomeResponse.BuilderUpdateGiHomeResponse.Builder. giHome(GiHome giHome)The returned GiHome instance.
-