Uses of Class
com.oracle.bmc.core.requests.UpdateVlanRequest
-
Packages that use UpdateVlanRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateVlanRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateVlanRequest Modifier and Type Method Description UpdateVlanResponseVirtualNetwork. updateVlan(UpdateVlanRequest request)Updates the specified VLAN.Future<UpdateVlanResponse>VirtualNetworkAsync. updateVlan(UpdateVlanRequest request, AsyncHandler<UpdateVlanRequest,UpdateVlanResponse> handler)Updates the specified VLAN.Future<UpdateVlanResponse>VirtualNetworkAsyncClient. updateVlan(UpdateVlanRequest request, AsyncHandler<UpdateVlanRequest,UpdateVlanResponse> handler)UpdateVlanResponseVirtualNetworkClient. updateVlan(UpdateVlanRequest request)Method parameters in com.oracle.bmc.core with type arguments of type UpdateVlanRequest Modifier and Type Method Description Future<UpdateVlanResponse>VirtualNetworkAsync. updateVlan(UpdateVlanRequest request, AsyncHandler<UpdateVlanRequest,UpdateVlanResponse> handler)Updates the specified VLAN.Future<UpdateVlanResponse>VirtualNetworkAsyncClient. updateVlan(UpdateVlanRequest request, AsyncHandler<UpdateVlanRequest,UpdateVlanResponse> handler) -
Uses of UpdateVlanRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateVlanRequest Modifier and Type Method Description UpdateVlanRequestUpdateVlanRequest.Builder. build()Build the instance of UpdateVlanRequest as configured by this builderUpdateVlanRequestUpdateVlanRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateVlanRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateVlanRequest Modifier and Type Method Description UpdateVlanRequest.BuilderUpdateVlanRequest.Builder. copy(UpdateVlanRequest o)Copy method to populate the builder with values from the given instance.
-