Uses of Class
com.oracle.bmc.core.requests.GetRouteTableRequest
-
Packages that use GetRouteTableRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetRouteTableRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetRouteTableRequest Modifier and Type Method Description Waiter<GetRouteTableRequest,GetRouteTableResponse>
VirtualNetworkWaiters. forRouteTable(GetRouteTableRequest request, RouteTable.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetRouteTableRequest,GetRouteTableResponse>
VirtualNetworkWaiters. forRouteTable(GetRouteTableRequest request, RouteTable.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRouteTableRequest,GetRouteTableResponse>
VirtualNetworkWaiters. forRouteTable(GetRouteTableRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, RouteTable.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type GetRouteTableRequest Modifier and Type Method Description Future<GetRouteTableResponse>
VirtualNetworkAsync. getRouteTable(GetRouteTableRequest request, AsyncHandler<GetRouteTableRequest,GetRouteTableResponse> handler)
Gets the specified route table’s information.Future<GetRouteTableResponse>
VirtualNetworkAsyncClient. getRouteTable(GetRouteTableRequest request, AsyncHandler<GetRouteTableRequest,GetRouteTableResponse> handler)
-
Uses of GetRouteTableRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetRouteTableRequest Modifier and Type Method Description GetRouteTableRequest
GetRouteTableRequest.Builder. build()
Build the instance of GetRouteTableRequest as configured by this builderGetRouteTableRequest
GetRouteTableRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRouteTableRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetRouteTableRequest Modifier and Type Method Description GetRouteTableRequest.Builder
GetRouteTableRequest.Builder. copy(GetRouteTableRequest o)
Copy method to populate the builder with values from the given instance.
-