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