Uses of Class
com.oracle.bmc.core.responses.DeleteVlanResponse
-
Packages that use DeleteVlanResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of DeleteVlanResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return DeleteVlanResponse Modifier and Type Method Description DeleteVlanResponse
VirtualNetwork. deleteVlan(DeleteVlanRequest request)
Deletes the specified VLAN, but only if there are no VNICs in the VLAN.DeleteVlanResponse
VirtualNetworkClient. deleteVlan(DeleteVlanRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type DeleteVlanResponse Modifier and Type Method Description Future<DeleteVlanResponse>
VirtualNetworkAsync. deleteVlan(DeleteVlanRequest request, AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
Deletes the specified VLAN, but only if there are no VNICs in the VLAN.Future<DeleteVlanResponse>
VirtualNetworkAsyncClient. deleteVlan(DeleteVlanRequest request, AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type DeleteVlanResponse Modifier and Type Method Description Future<DeleteVlanResponse>
VirtualNetworkAsync. deleteVlan(DeleteVlanRequest request, AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
Deletes the specified VLAN, but only if there are no VNICs in the VLAN.Future<DeleteVlanResponse>
VirtualNetworkAsyncClient. deleteVlan(DeleteVlanRequest request, AsyncHandler<DeleteVlanRequest,DeleteVlanResponse> handler)
-
Uses of DeleteVlanResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DeleteVlanResponse Modifier and Type Method Description DeleteVlanResponse
DeleteVlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type DeleteVlanResponse Modifier and Type Method Description DeleteVlanResponse.Builder
DeleteVlanResponse.Builder. copy(DeleteVlanResponse o)
Copy method to populate the builder with values from the given instance.
-