Uses of Class
com.oracle.bmc.core.responses.ChangeVlanCompartmentResponse
-
Packages that use ChangeVlanCompartmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ChangeVlanCompartmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ChangeVlanCompartmentResponse Modifier and Type Method Description ChangeVlanCompartmentResponseVirtualNetwork. changeVlanCompartment(ChangeVlanCompartmentRequest request)Moves a VLAN into a different compartment within the same tenancy.ChangeVlanCompartmentResponseVirtualNetworkClient. changeVlanCompartment(ChangeVlanCompartmentRequest request)Method parameters in com.oracle.bmc.core with type arguments of type ChangeVlanCompartmentResponse Modifier and Type Method Description Future<ChangeVlanCompartmentResponse>VirtualNetworkAsync. changeVlanCompartment(ChangeVlanCompartmentRequest request, AsyncHandler<ChangeVlanCompartmentRequest,ChangeVlanCompartmentResponse> handler)Moves a VLAN into a different compartment within the same tenancy.Future<ChangeVlanCompartmentResponse>VirtualNetworkAsyncClient. changeVlanCompartment(ChangeVlanCompartmentRequest request, AsyncHandler<ChangeVlanCompartmentRequest,ChangeVlanCompartmentResponse> handler) -
Uses of ChangeVlanCompartmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ChangeVlanCompartmentResponse Modifier and Type Method Description ChangeVlanCompartmentResponseChangeVlanCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ChangeVlanCompartmentResponse Modifier and Type Method Description ChangeVlanCompartmentResponse.BuilderChangeVlanCompartmentResponse.Builder. copy(ChangeVlanCompartmentResponse o)Copy method to populate the builder with values from the given instance.
-