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