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 theDrg
objects 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 Drg
Drg.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type Drg Modifier and Type Method Description Drg.Builder
Drg.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 Drg
CreateDrgResponse. getDrg()
The returned Drg instance.Drg
GetDrgResponse. getDrg()
The returned Drg instance.Drg
UpdateDrgResponse. 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.Builder
CreateDrgResponse.Builder. drg(Drg drg)
The returned Drg instance.GetDrgResponse.Builder
GetDrgResponse.Builder. drg(Drg drg)
The returned Drg instance.UpdateDrgResponse.Builder
UpdateDrgResponse.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.Builder
ListDrgsResponse.Builder. items(List<Drg> items)
A list of com.oracle.bmc.core.model.Drg instances.
-