Uses of Class
com.oracle.bmc.core.requests.UpdateVnicRequest
-
Packages that use UpdateVnicRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateVnicRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateVnicRequest Modifier and Type Method Description UpdateVnicResponseVirtualNetwork. updateVnic(UpdateVnicRequest request)Updates the specified VNIC.Future<UpdateVnicResponse>VirtualNetworkAsync. updateVnic(UpdateVnicRequest request, AsyncHandler<UpdateVnicRequest,UpdateVnicResponse> handler)Updates the specified VNIC.Future<UpdateVnicResponse>VirtualNetworkAsyncClient. updateVnic(UpdateVnicRequest request, AsyncHandler<UpdateVnicRequest,UpdateVnicResponse> handler)UpdateVnicResponseVirtualNetworkClient. updateVnic(UpdateVnicRequest request)Method parameters in com.oracle.bmc.core with type arguments of type UpdateVnicRequest Modifier and Type Method Description Future<UpdateVnicResponse>VirtualNetworkAsync. updateVnic(UpdateVnicRequest request, AsyncHandler<UpdateVnicRequest,UpdateVnicResponse> handler)Updates the specified VNIC.Future<UpdateVnicResponse>VirtualNetworkAsyncClient. updateVnic(UpdateVnicRequest request, AsyncHandler<UpdateVnicRequest,UpdateVnicResponse> handler) -
Uses of UpdateVnicRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateVnicRequest Modifier and Type Method Description UpdateVnicRequestUpdateVnicRequest.Builder. build()Build the instance of UpdateVnicRequest as configured by this builderUpdateVnicRequestUpdateVnicRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateVnicRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateVnicRequest Modifier and Type Method Description UpdateVnicRequest.BuilderUpdateVnicRequest.Builder. copy(UpdateVnicRequest o)Copy method to populate the builder with values from the given instance.
-