Uses of Class
com.oracle.bmc.core.requests.CreateVcnRequest
-
Packages that use CreateVcnRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateVcnRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateVcnRequest Modifier and Type Method Description CreateVcnResponse
VirtualNetwork. createVcn(CreateVcnRequest request)
Creates a new virtual cloud network (VCN).Future<CreateVcnResponse>
VirtualNetworkAsync. createVcn(CreateVcnRequest request, AsyncHandler<CreateVcnRequest,CreateVcnResponse> handler)
Creates a new virtual cloud network (VCN).Future<CreateVcnResponse>
VirtualNetworkAsyncClient. createVcn(CreateVcnRequest request, AsyncHandler<CreateVcnRequest,CreateVcnResponse> handler)
CreateVcnResponse
VirtualNetworkClient. createVcn(CreateVcnRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateVcnRequest Modifier and Type Method Description Future<CreateVcnResponse>
VirtualNetworkAsync. createVcn(CreateVcnRequest request, AsyncHandler<CreateVcnRequest,CreateVcnResponse> handler)
Creates a new virtual cloud network (VCN).Future<CreateVcnResponse>
VirtualNetworkAsyncClient. createVcn(CreateVcnRequest request, AsyncHandler<CreateVcnRequest,CreateVcnResponse> handler)
-
Uses of CreateVcnRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateVcnRequest Modifier and Type Method Description CreateVcnRequest
CreateVcnRequest.Builder. build()
Build the instance of CreateVcnRequest as configured by this builderCreateVcnRequest
CreateVcnRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateVcnRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateVcnRequest Modifier and Type Method Description CreateVcnRequest.Builder
CreateVcnRequest.Builder. copy(CreateVcnRequest o)
Copy method to populate the builder with values from the given instance.
-