Uses of Class
com.oracle.bmc.core.requests.RemoveVcnCidrRequest
-
Packages that use RemoveVcnCidrRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of RemoveVcnCidrRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type RemoveVcnCidrRequest Modifier and Type Method Description Waiter<RemoveVcnCidrRequest,RemoveVcnCidrResponse>
VirtualNetworkWaiters. forRemoveVcnCidr(RemoveVcnCidrRequest request)
Creates a newWaiter
using the default configuration.Waiter<RemoveVcnCidrRequest,RemoveVcnCidrResponse>
VirtualNetworkWaiters. forRemoveVcnCidr(RemoveVcnCidrRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type RemoveVcnCidrRequest Modifier and Type Method Description Future<RemoveVcnCidrResponse>
VirtualNetworkAsync. removeVcnCidr(RemoveVcnCidrRequest request, AsyncHandler<RemoveVcnCidrRequest,RemoveVcnCidrResponse> handler)
Removes a specified CIDR block from a VCN.Future<RemoveVcnCidrResponse>
VirtualNetworkAsyncClient. removeVcnCidr(RemoveVcnCidrRequest request, AsyncHandler<RemoveVcnCidrRequest,RemoveVcnCidrResponse> handler)
-
Uses of RemoveVcnCidrRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return RemoveVcnCidrRequest Modifier and Type Method Description RemoveVcnCidrRequest
RemoveVcnCidrRequest.Builder. build()
Build the instance of RemoveVcnCidrRequest as configured by this builderRemoveVcnCidrRequest
RemoveVcnCidrRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveVcnCidrRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type RemoveVcnCidrRequest Modifier and Type Method Description RemoveVcnCidrRequest.Builder
RemoveVcnCidrRequest.Builder. copy(RemoveVcnCidrRequest o)
Copy method to populate the builder with values from the given instance.
-