Uses of Class
com.oracle.bmc.core.responses.GetVtapResponse
-
Packages that use GetVtapResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetVtapResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetVtapResponse Modifier and Type Method Description GetVtapResponse
VirtualNetwork. getVtap(GetVtapRequest request)
Gets the specifiedVtap
resource.GetVtapResponse
VirtualNetworkClient. getVtap(GetVtapRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetVtapResponse Modifier and Type Method Description Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, Vtap.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, Vtap.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vtap.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetVtapResponse>
VirtualNetworkAsync. getVtap(GetVtapRequest request, AsyncHandler<GetVtapRequest,GetVtapResponse> handler)
Gets the specifiedVtap
resource.Future<GetVtapResponse>
VirtualNetworkAsyncClient. getVtap(GetVtapRequest request, AsyncHandler<GetVtapRequest,GetVtapResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type GetVtapResponse Modifier and Type Method Description Future<GetVtapResponse>
VirtualNetworkAsync. getVtap(GetVtapRequest request, AsyncHandler<GetVtapRequest,GetVtapResponse> handler)
Gets the specifiedVtap
resource.Future<GetVtapResponse>
VirtualNetworkAsyncClient. getVtap(GetVtapRequest request, AsyncHandler<GetVtapRequest,GetVtapResponse> handler)
-
Uses of GetVtapResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetVtapResponse Modifier and Type Method Description GetVtapResponse
GetVtapResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetVtapResponse Modifier and Type Method Description GetVtapResponse.Builder
GetVtapResponse.Builder. copy(GetVtapResponse o)
Copy method to populate the builder with values from the given instance.
-