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