Uses of Class
com.oracle.bmc.core.requests.RemoveIpv4SubnetCidrRequest
-
Packages that use RemoveIpv4SubnetCidrRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of RemoveIpv4SubnetCidrRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type RemoveIpv4SubnetCidrRequest Modifier and Type Method Description Waiter<RemoveIpv4SubnetCidrRequest,RemoveIpv4SubnetCidrResponse>VirtualNetworkWaiters. forRemoveIpv4SubnetCidr(RemoveIpv4SubnetCidrRequest request)Creates a newWaiterusing the default configuration.Waiter<RemoveIpv4SubnetCidrRequest,RemoveIpv4SubnetCidrResponse>VirtualNetworkWaiters. forRemoveIpv4SubnetCidr(RemoveIpv4SubnetCidrRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type RemoveIpv4SubnetCidrRequest Modifier and Type Method Description Future<RemoveIpv4SubnetCidrResponse>VirtualNetworkAsync. removeIpv4SubnetCidr(RemoveIpv4SubnetCidrRequest request, AsyncHandler<RemoveIpv4SubnetCidrRequest,RemoveIpv4SubnetCidrResponse> handler)Remove an IPv4 prefix from a subnetFuture<RemoveIpv4SubnetCidrResponse>VirtualNetworkAsyncClient. removeIpv4SubnetCidr(RemoveIpv4SubnetCidrRequest request, AsyncHandler<RemoveIpv4SubnetCidrRequest,RemoveIpv4SubnetCidrResponse> handler) -
Uses of RemoveIpv4SubnetCidrRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return RemoveIpv4SubnetCidrRequest Modifier and Type Method Description RemoveIpv4SubnetCidrRequestRemoveIpv4SubnetCidrRequest.Builder. build()Build the instance of RemoveIpv4SubnetCidrRequest as configured by this builderRemoveIpv4SubnetCidrRequestRemoveIpv4SubnetCidrRequest.Builder. buildWithoutInvocationCallback()Build the instance of RemoveIpv4SubnetCidrRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type RemoveIpv4SubnetCidrRequest Modifier and Type Method Description RemoveIpv4SubnetCidrRequest.BuilderRemoveIpv4SubnetCidrRequest.Builder. copy(RemoveIpv4SubnetCidrRequest o)Copy method to populate the builder with values from the given instance.
-