Uses of Class
com.oracle.bmc.core.requests.UpdateVtapRequest
-
Packages that use UpdateVtapRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateVtapRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type UpdateVtapRequest Modifier and Type Method Description Waiter<UpdateVtapRequest,UpdateVtapResponse>VirtualNetworkWaiters. forUpdateVtap(UpdateVtapRequest request)Creates a newWaiterusing the default configuration.Waiter<UpdateVtapRequest,UpdateVtapResponse>VirtualNetworkWaiters. forUpdateVtap(UpdateVtapRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.core with parameters of type UpdateVtapRequest Modifier and Type Method Description Waiter<UpdateVtapRequest,UpdateVtapResponse>VirtualNetworkWaiters. forUpdateVtap(UpdateVtapRequest request)Creates a newWaiterusing the default configuration.Waiter<UpdateVtapRequest,UpdateVtapResponse>VirtualNetworkWaiters. forUpdateVtap(UpdateVtapRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.UpdateVtapResponseVirtualNetwork. updateVtap(UpdateVtapRequest request)Updates the specified VTAP’s display name or tags.Future<UpdateVtapResponse>VirtualNetworkAsync. updateVtap(UpdateVtapRequest request, AsyncHandler<UpdateVtapRequest,UpdateVtapResponse> handler)Updates the specified VTAP’s display name or tags.Future<UpdateVtapResponse>VirtualNetworkAsyncClient. updateVtap(UpdateVtapRequest request, AsyncHandler<UpdateVtapRequest,UpdateVtapResponse> handler)UpdateVtapResponseVirtualNetworkClient. updateVtap(UpdateVtapRequest request)Method parameters in com.oracle.bmc.core with type arguments of type UpdateVtapRequest Modifier and Type Method Description Future<UpdateVtapResponse>VirtualNetworkAsync. updateVtap(UpdateVtapRequest request, AsyncHandler<UpdateVtapRequest,UpdateVtapResponse> handler)Updates the specified VTAP’s display name or tags.Future<UpdateVtapResponse>VirtualNetworkAsyncClient. updateVtap(UpdateVtapRequest request, AsyncHandler<UpdateVtapRequest,UpdateVtapResponse> handler) -
Uses of UpdateVtapRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateVtapRequest Modifier and Type Method Description UpdateVtapRequestUpdateVtapRequest.Builder. build()Build the instance of UpdateVtapRequest as configured by this builderUpdateVtapRequestUpdateVtapRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateVtapRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateVtapRequest Modifier and Type Method Description UpdateVtapRequest.BuilderUpdateVtapRequest.Builder. copy(UpdateVtapRequest o)Copy method to populate the builder with values from the given instance.
-