Uses of Class
com.oracle.bmc.core.requests.CreateRouteTableRequest
-
Packages that use CreateRouteTableRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateRouteTableRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateRouteTableRequest Modifier and Type Method Description CreateRouteTableResponse
VirtualNetwork. createRouteTable(CreateRouteTableRequest request)
Creates a new route table for the specified VCN.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)
CreateRouteTableResponse
VirtualNetworkClient. createRouteTable(CreateRouteTableRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateRouteTableRequest 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 CreateRouteTableRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateRouteTableRequest Modifier and Type Method Description CreateRouteTableRequest
CreateRouteTableRequest.Builder. build()
Build the instance of CreateRouteTableRequest as configured by this builderCreateRouteTableRequest
CreateRouteTableRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateRouteTableRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateRouteTableRequest Modifier and Type Method Description CreateRouteTableRequest.Builder
CreateRouteTableRequest.Builder. copy(CreateRouteTableRequest o)
Copy method to populate the builder with values from the given instance.
-