Uses of Class
com.oracle.bmc.core.responses.UpdateVlanResponse
-
Packages that use UpdateVlanResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateVlanResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateVlanResponse Modifier and Type Method Description UpdateVlanResponse
VirtualNetwork. updateVlan(UpdateVlanRequest request)
Updates the specified VLAN.UpdateVlanResponse
VirtualNetworkClient. updateVlan(UpdateVlanRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateVlanResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateVlanResponse 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 UpdateVlanResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateVlanResponse Modifier and Type Method Description UpdateVlanResponse
UpdateVlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateVlanResponse Modifier and Type Method Description UpdateVlanResponse.Builder
UpdateVlanResponse.Builder. copy(UpdateVlanResponse o)
Copy method to populate the builder with values from the given instance.
-