Uses of Class
com.oracle.bmc.core.model.Drg
-
Packages that use Drg Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of Drg in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type Drg Modifier and Type Method Description Iterable<Drg>VirtualNetworkPaginators. listDrgsRecordIterator(ListDrgsRequest request)Creates a new iterable which will iterate over theDrgobjects contained in responses from the listDrgs operation. -
Uses of Drg in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Drg Modifier and Type Method Description DrgDrg.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type Drg Modifier and Type Method Description Drg.BuilderDrg.Builder. copy(Drg model) -
Uses of Drg in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return Drg Modifier and Type Method Description DrgCreateDrgResponse. getDrg()The returned Drg instance.DrgGetDrgResponse. getDrg()The returned Drg instance.DrgUpdateDrgResponse. getDrg()The returned Drg instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type Drg Modifier and Type Method Description List<Drg>ListDrgsResponse. getItems()A list of com.oracle.bmc.core.model.Drg instances.Methods in com.oracle.bmc.core.responses with parameters of type Drg Modifier and Type Method Description CreateDrgResponse.BuilderCreateDrgResponse.Builder. drg(Drg drg)The returned Drg instance.GetDrgResponse.BuilderGetDrgResponse.Builder. drg(Drg drg)The returned Drg instance.UpdateDrgResponse.BuilderUpdateDrgResponse.Builder. drg(Drg drg)The returned Drg instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type Drg Modifier and Type Method Description ListDrgsResponse.BuilderListDrgsResponse.Builder. items(List<Drg> items)A list of com.oracle.bmc.core.model.Drg instances.
-