Uses of Class
com.oracle.bmc.core.requests.ChangeVtapCompartmentRequest
-
Packages that use ChangeVtapCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangeVtapCompartmentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ChangeVtapCompartmentRequest Modifier and Type Method Description Waiter<ChangeVtapCompartmentRequest,ChangeVtapCompartmentResponse>
VirtualNetworkWaiters. forChangeVtapCompartment(ChangeVtapCompartmentRequest request)
Creates a newWaiter
using the default configuration.Waiter<ChangeVtapCompartmentRequest,ChangeVtapCompartmentResponse>
VirtualNetworkWaiters. forChangeVtapCompartment(ChangeVtapCompartmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type ChangeVtapCompartmentRequest Modifier and Type Method Description Future<ChangeVtapCompartmentResponse>
VirtualNetworkAsync. changeVtapCompartment(ChangeVtapCompartmentRequest request, AsyncHandler<ChangeVtapCompartmentRequest,ChangeVtapCompartmentResponse> handler)
Moves a VTAP to a new compartment within the same tenancy.Future<ChangeVtapCompartmentResponse>
VirtualNetworkAsyncClient. changeVtapCompartment(ChangeVtapCompartmentRequest request, AsyncHandler<ChangeVtapCompartmentRequest,ChangeVtapCompartmentResponse> handler)
-
Uses of ChangeVtapCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeVtapCompartmentRequest Modifier and Type Method Description ChangeVtapCompartmentRequest
ChangeVtapCompartmentRequest.Builder. build()
Build the instance of ChangeVtapCompartmentRequest as configured by this builderChangeVtapCompartmentRequest
ChangeVtapCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeVtapCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangeVtapCompartmentRequest Modifier and Type Method Description ChangeVtapCompartmentRequest.Builder
ChangeVtapCompartmentRequest.Builder. copy(ChangeVtapCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-