Uses of Class
com.oracle.bmc.core.requests.ChangeDrgCompartmentRequest
-
Packages that use ChangeDrgCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangeDrgCompartmentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ChangeDrgCompartmentRequest Modifier and Type Method Description Waiter<ChangeDrgCompartmentRequest,ChangeDrgCompartmentResponse>VirtualNetworkWaiters. forChangeDrgCompartment(ChangeDrgCompartmentRequest request)Creates a newWaiterusing the default configuration.Waiter<ChangeDrgCompartmentRequest,ChangeDrgCompartmentResponse>VirtualNetworkWaiters. forChangeDrgCompartment(ChangeDrgCompartmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type ChangeDrgCompartmentRequest Modifier and Type Method Description Future<ChangeDrgCompartmentResponse>VirtualNetworkAsync. changeDrgCompartment(ChangeDrgCompartmentRequest request, AsyncHandler<ChangeDrgCompartmentRequest,ChangeDrgCompartmentResponse> handler)Moves a DRG into a different compartment within the same tenancy.Future<ChangeDrgCompartmentResponse>VirtualNetworkAsyncClient. changeDrgCompartment(ChangeDrgCompartmentRequest request, AsyncHandler<ChangeDrgCompartmentRequest,ChangeDrgCompartmentResponse> handler) -
Uses of ChangeDrgCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeDrgCompartmentRequest Modifier and Type Method Description ChangeDrgCompartmentRequestChangeDrgCompartmentRequest.Builder. build()Build the instance of ChangeDrgCompartmentRequest as configured by this builderChangeDrgCompartmentRequestChangeDrgCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeDrgCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangeDrgCompartmentRequest Modifier and Type Method Description ChangeDrgCompartmentRequest.BuilderChangeDrgCompartmentRequest.Builder. copy(ChangeDrgCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-