Uses of Class
com.oracle.bmc.core.requests.CreateDrgRequest
-
Packages that use CreateDrgRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateDrgRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateDrgRequest Modifier and Type Method Description CreateDrgResponse
VirtualNetwork. createDrg(CreateDrgRequest request)
Creates a new dynamic routing gateway (DRG) in the specified compartment.Future<CreateDrgResponse>
VirtualNetworkAsync. createDrg(CreateDrgRequest request, AsyncHandler<CreateDrgRequest,CreateDrgResponse> handler)
Creates a new dynamic routing gateway (DRG) in the specified compartment.Future<CreateDrgResponse>
VirtualNetworkAsyncClient. createDrg(CreateDrgRequest request, AsyncHandler<CreateDrgRequest,CreateDrgResponse> handler)
CreateDrgResponse
VirtualNetworkClient. createDrg(CreateDrgRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateDrgRequest Modifier and Type Method Description Future<CreateDrgResponse>
VirtualNetworkAsync. createDrg(CreateDrgRequest request, AsyncHandler<CreateDrgRequest,CreateDrgResponse> handler)
Creates a new dynamic routing gateway (DRG) in the specified compartment.Future<CreateDrgResponse>
VirtualNetworkAsyncClient. createDrg(CreateDrgRequest request, AsyncHandler<CreateDrgRequest,CreateDrgResponse> handler)
-
Uses of CreateDrgRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateDrgRequest Modifier and Type Method Description CreateDrgRequest
CreateDrgRequest.Builder. build()
Build the instance of CreateDrgRequest as configured by this builderCreateDrgRequest
CreateDrgRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDrgRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateDrgRequest Modifier and Type Method Description CreateDrgRequest.Builder
CreateDrgRequest.Builder. copy(CreateDrgRequest o)
Copy method to populate the builder with values from the given instance.
-