Uses of Class
com.oracle.bmc.core.responses.CreateRouteTableResponse
-
Packages that use CreateRouteTableResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateRouteTableResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateRouteTableResponse Modifier and Type Method Description CreateRouteTableResponse
VirtualNetwork. createRouteTable(CreateRouteTableRequest request)
Creates a new route table for the specified VCN.CreateRouteTableResponse
VirtualNetworkClient. createRouteTable(CreateRouteTableRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type CreateRouteTableResponse Modifier and Type Method Description Future<CreateRouteTableResponse>
VirtualNetworkAsync. createRouteTable(CreateRouteTableRequest request, AsyncHandler<CreateRouteTableRequest,CreateRouteTableResponse> handler)
Creates a new route table for the specified VCN.Future<CreateRouteTableResponse>
VirtualNetworkAsyncClient. createRouteTable(CreateRouteTableRequest request, AsyncHandler<CreateRouteTableRequest,CreateRouteTableResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type CreateRouteTableResponse Modifier and Type Method Description Future<CreateRouteTableResponse>
VirtualNetworkAsync. createRouteTable(CreateRouteTableRequest request, AsyncHandler<CreateRouteTableRequest,CreateRouteTableResponse> handler)
Creates a new route table for the specified VCN.Future<CreateRouteTableResponse>
VirtualNetworkAsyncClient. createRouteTable(CreateRouteTableRequest request, AsyncHandler<CreateRouteTableRequest,CreateRouteTableResponse> handler)
-
Uses of CreateRouteTableResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateRouteTableResponse Modifier and Type Method Description CreateRouteTableResponse
CreateRouteTableResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateRouteTableResponse Modifier and Type Method Description CreateRouteTableResponse.Builder
CreateRouteTableResponse.Builder. copy(CreateRouteTableResponse o)
Copy method to populate the builder with values from the given instance.
-