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