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 DeleteRouteTableResponse
VirtualNetwork. 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)
DeleteRouteTableResponse
VirtualNetworkClient. 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 DeleteRouteTableRequest
DeleteRouteTableRequest.Builder. build()
Build the instance of DeleteRouteTableRequest as configured by this builderDeleteRouteTableRequest
DeleteRouteTableRequest.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.Builder
DeleteRouteTableRequest.Builder. copy(DeleteRouteTableRequest o)
Copy method to populate the builder with values from the given instance.
-