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 AddVcnCidrResponseVirtualNetwork. addVcnCidr(AddVcnCidrRequest request)Adds a CIDR block to a VCN.AddVcnCidrResponseVirtualNetworkClient. 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 newWaiterusing the default configuration.Waiter<AddVcnCidrRequest,AddVcnCidrResponse>VirtualNetworkWaiters. forAddVcnCidr(AddVcnCidrRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing 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 AddVcnCidrResponseAddVcnCidrResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type AddVcnCidrResponse Modifier and Type Method Description AddVcnCidrResponse.BuilderAddVcnCidrResponse.Builder. copy(AddVcnCidrResponse o)Copy method to populate the builder with values from the given instance.
-