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