Uses of Class
com.oracle.bmc.core.requests.DeleteRouteTableRequest
-
Packages that use DeleteRouteTableRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of DeleteRouteTableRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DeleteRouteTableRequest Modifier and Type Method Description DeleteRouteTableResponseVirtualNetwork. deleteRouteTable(DeleteRouteTableRequest request)Deletes the specified route table, but only if it’s not associated with a subnet.Future<DeleteRouteTableResponse>VirtualNetworkAsync. deleteRouteTable(DeleteRouteTableRequest request, AsyncHandler<DeleteRouteTableRequest,DeleteRouteTableResponse> handler)Deletes the specified route table, but only if it’s not associated with a subnet.Future<DeleteRouteTableResponse>VirtualNetworkAsyncClient. deleteRouteTable(DeleteRouteTableRequest request, AsyncHandler<DeleteRouteTableRequest,DeleteRouteTableResponse> handler)DeleteRouteTableResponseVirtualNetworkClient. deleteRouteTable(DeleteRouteTableRequest request)Method parameters in com.oracle.bmc.core with type arguments of type DeleteRouteTableRequest Modifier and Type Method Description Future<DeleteRouteTableResponse>VirtualNetworkAsync. deleteRouteTable(DeleteRouteTableRequest request, AsyncHandler<DeleteRouteTableRequest,DeleteRouteTableResponse> handler)Deletes the specified route table, but only if it’s not associated with a subnet.Future<DeleteRouteTableResponse>VirtualNetworkAsyncClient. deleteRouteTable(DeleteRouteTableRequest request, AsyncHandler<DeleteRouteTableRequest,DeleteRouteTableResponse> handler) -
Uses of DeleteRouteTableRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DeleteRouteTableRequest Modifier and Type Method Description DeleteRouteTableRequestDeleteRouteTableRequest.Builder. build()Build the instance of DeleteRouteTableRequest as configured by this builderDeleteRouteTableRequestDeleteRouteTableRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteRouteTableRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type DeleteRouteTableRequest Modifier and Type Method Description DeleteRouteTableRequest.BuilderDeleteRouteTableRequest.Builder. copy(DeleteRouteTableRequest o)Copy method to populate the builder with values from the given instance.
-