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 newWaiterusing the default configuration.Waiter<GetVcnRequest,GetVcnResponse>VirtualNetworkWaiters. forVcn(GetVcnRequest request, Vcn.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetVcnRequest,GetVcnResponse>VirtualNetworkWaiters. forVcn(GetVcnRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vcn.LifecycleState... targetStates)Creates a newWaiterusing 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 newWaiterusing the default configuration.Waiter<GetVcnRequest,GetVcnResponse>VirtualNetworkWaiters. forVcn(GetVcnRequest request, Vcn.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetVcnRequest,GetVcnResponse>VirtualNetworkWaiters. forVcn(GetVcnRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vcn.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetVcnResponseVirtualNetwork. 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)GetVcnResponseVirtualNetworkClient. 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 GetVcnRequestGetVcnRequest.Builder. build()Build the instance of GetVcnRequest as configured by this builderGetVcnRequestGetVcnRequest.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.BuilderGetVcnRequest.Builder. copy(GetVcnRequest o)Copy method to populate the builder with values from the given instance.
-