Uses of Class
com.oracle.bmc.core.responses.CreateDrgResponse
-
Packages that use CreateDrgResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateDrgResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateDrgResponse Modifier and Type Method Description CreateDrgResponseVirtualNetwork. createDrg(CreateDrgRequest request)Creates a new dynamic routing gateway (DRG) in the specified compartment.CreateDrgResponseVirtualNetworkClient. createDrg(CreateDrgRequest request)Methods in com.oracle.bmc.core that return types with arguments of type CreateDrgResponse 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)Method parameters in com.oracle.bmc.core with type arguments of type CreateDrgResponse 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 CreateDrgResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateDrgResponse Modifier and Type Method Description CreateDrgResponseCreateDrgResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateDrgResponse Modifier and Type Method Description CreateDrgResponse.BuilderCreateDrgResponse.Builder. copy(CreateDrgResponse o)Copy method to populate the builder with values from the given instance.
-