Uses of Class
com.oracle.bmc.core.responses.GetVcnResponse
- 
Packages that use GetVcnResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses 
- 
- 
Uses of GetVcnResponse in com.oracle.bmc.coreMethods in com.oracle.bmc.core that return GetVcnResponse Modifier and Type Method Description GetVcnResponseVirtualNetwork. getVcn(GetVcnRequest request)Gets the specified VCN’s information.GetVcnResponseVirtualNetworkClient. getVcn(GetVcnRequest request)Methods in com.oracle.bmc.core that return types with arguments of type GetVcnResponse 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.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)Method parameters in com.oracle.bmc.core with type arguments of type GetVcnResponse 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 GetVcnResponse in com.oracle.bmc.core.responsesMethods in com.oracle.bmc.core.responses that return GetVcnResponse Modifier and Type Method Description GetVcnResponseGetVcnResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetVcnResponse Modifier and Type Method Description GetVcnResponse.BuilderGetVcnResponse.Builder. copy(GetVcnResponse o)Copy method to populate the builder with values from the given instance.
 
-