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