Uses of Class
com.oracle.bmc.core.responses.AddVcnCidrResponse
-
Packages that use AddVcnCidrResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of AddVcnCidrResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return AddVcnCidrResponse Modifier and Type Method Description AddVcnCidrResponse
VirtualNetwork. addVcnCidr(AddVcnCidrRequest request)
Adds a CIDR block to a VCN.AddVcnCidrResponse
VirtualNetworkClient. addVcnCidr(AddVcnCidrRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type AddVcnCidrResponse Modifier and Type Method Description Future<AddVcnCidrResponse>
VirtualNetworkAsync. addVcnCidr(AddVcnCidrRequest request, AsyncHandler<AddVcnCidrRequest,AddVcnCidrResponse> handler)
Adds a CIDR block to a VCN.Future<AddVcnCidrResponse>
VirtualNetworkAsyncClient. addVcnCidr(AddVcnCidrRequest request, AsyncHandler<AddVcnCidrRequest,AddVcnCidrResponse> handler)
Waiter<AddVcnCidrRequest,AddVcnCidrResponse>
VirtualNetworkWaiters. forAddVcnCidr(AddVcnCidrRequest request)
Creates a newWaiter
using the default configuration.Waiter<AddVcnCidrRequest,AddVcnCidrResponse>
VirtualNetworkWaiters. forAddVcnCidr(AddVcnCidrRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type AddVcnCidrResponse Modifier and Type Method Description Future<AddVcnCidrResponse>
VirtualNetworkAsync. addVcnCidr(AddVcnCidrRequest request, AsyncHandler<AddVcnCidrRequest,AddVcnCidrResponse> handler)
Adds a CIDR block to a VCN.Future<AddVcnCidrResponse>
VirtualNetworkAsyncClient. addVcnCidr(AddVcnCidrRequest request, AsyncHandler<AddVcnCidrRequest,AddVcnCidrResponse> handler)
-
Uses of AddVcnCidrResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return AddVcnCidrResponse Modifier and Type Method Description AddVcnCidrResponse
AddVcnCidrResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type AddVcnCidrResponse Modifier and Type Method Description AddVcnCidrResponse.Builder
AddVcnCidrResponse.Builder. copy(AddVcnCidrResponse o)
Copy method to populate the builder with values from the given instance.
-