Uses of Class
com.oracle.bmc.core.responses.GetVnicResponse
-
Packages that use GetVnicResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetVnicResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetVnicResponse Modifier and Type Method Description GetVnicResponse
VirtualNetwork. getVnic(GetVnicRequest request)
Gets the information for the specified virtual network interface card (VNIC).GetVnicResponse
VirtualNetworkClient. getVnic(GetVnicRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetVnicResponse Modifier and Type Method Description Waiter<GetVnicRequest,GetVnicResponse>
VirtualNetworkWaiters. forVnic(GetVnicRequest request, Vnic.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVnicRequest,GetVnicResponse>
VirtualNetworkWaiters. forVnic(GetVnicRequest request, Vnic.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVnicRequest,GetVnicResponse>
VirtualNetworkWaiters. forVnic(GetVnicRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vnic.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetVnicResponse>
VirtualNetworkAsync. getVnic(GetVnicRequest request, AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
Gets the information for the specified virtual network interface card (VNIC).Future<GetVnicResponse>
VirtualNetworkAsyncClient. getVnic(GetVnicRequest request, AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type GetVnicResponse Modifier and Type Method Description Future<GetVnicResponse>
VirtualNetworkAsync. getVnic(GetVnicRequest request, AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
Gets the information for the specified virtual network interface card (VNIC).Future<GetVnicResponse>
VirtualNetworkAsyncClient. getVnic(GetVnicRequest request, AsyncHandler<GetVnicRequest,GetVnicResponse> handler)
-
Uses of GetVnicResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetVnicResponse Modifier and Type Method Description GetVnicResponse
GetVnicResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetVnicResponse Modifier and Type Method Description GetVnicResponse.Builder
GetVnicResponse.Builder. copy(GetVnicResponse o)
Copy method to populate the builder with values from the given instance.
-