Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetRouteTableRequest,GetRouteTableResponse> |
VirtualNetworkWaiters.forRouteTable(GetRouteTableRequest request,
RouteTable.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetRouteTableRequest,GetRouteTableResponse> |
VirtualNetworkWaiters.forRouteTable(GetRouteTableRequest request,
RouteTable.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetRouteTableRequest,GetRouteTableResponse> |
VirtualNetworkWaiters.forRouteTable(GetRouteTableRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
RouteTable.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetRouteTableResponse> |
VirtualNetworkAsyncClient.getRouteTable(GetRouteTableRequest request,
AsyncHandler<GetRouteTableRequest,GetRouteTableResponse> handler) |
Future<GetRouteTableResponse> |
VirtualNetworkAsync.getRouteTable(GetRouteTableRequest request,
AsyncHandler<GetRouteTableRequest,GetRouteTableResponse> handler)
Gets the specified route table’s information.
|
Modifier and Type | Method and Description |
---|---|
GetRouteTableRequest |
GetRouteTableRequest.Builder.build()
Build the instance of GetRouteTableRequest as configured by this builder
|
GetRouteTableRequest |
GetRouteTableRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetRouteTableRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetRouteTableRequest.Builder |
GetRouteTableRequest.Builder.copy(GetRouteTableRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.