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 UpdateVlanResponse
VirtualNetwork. 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)
UpdateVlanResponse
VirtualNetworkClient. 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 UpdateVlanRequest
UpdateVlanRequest.Builder. build()
Build the instance of UpdateVlanRequest as configured by this builderUpdateVlanRequest
UpdateVlanRequest.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.Builder
UpdateVlanRequest.Builder. copy(UpdateVlanRequest o)
Copy method to populate the builder with values from the given instance.
-