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 CreateRouteTableResponseVirtualNetwork. createRouteTable(CreateRouteTableRequest request)Creates a new route table for the specified VCN.CreateRouteTableResponseVirtualNetworkClient. 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 CreateRouteTableResponseCreateRouteTableResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateRouteTableResponse Modifier and Type Method Description CreateRouteTableResponse.BuilderCreateRouteTableResponse.Builder. copy(CreateRouteTableResponse o)Copy method to populate the builder with values from the given instance.
-