Uses of Class
com.oracle.bmc.core.requests.ChangeVcnCompartmentRequest
-
Packages that use ChangeVcnCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangeVcnCompartmentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ChangeVcnCompartmentRequest Modifier and Type Method Description Waiter<ChangeVcnCompartmentRequest,ChangeVcnCompartmentResponse>
VirtualNetworkWaiters. forChangeVcnCompartment(ChangeVcnCompartmentRequest request)
Creates a newWaiter
using the default configuration.Waiter<ChangeVcnCompartmentRequest,ChangeVcnCompartmentResponse>
VirtualNetworkWaiters. forChangeVcnCompartment(ChangeVcnCompartmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type ChangeVcnCompartmentRequest 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 ChangeVcnCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeVcnCompartmentRequest Modifier and Type Method Description ChangeVcnCompartmentRequest
ChangeVcnCompartmentRequest.Builder. build()
Build the instance of ChangeVcnCompartmentRequest as configured by this builderChangeVcnCompartmentRequest
ChangeVcnCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeVcnCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangeVcnCompartmentRequest Modifier and Type Method Description ChangeVcnCompartmentRequest.Builder
ChangeVcnCompartmentRequest.Builder. copy(ChangeVcnCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-