Uses of Class
com.oracle.bmc.core.responses.CreateVlanResponse
-
Packages that use CreateVlanResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateVlanResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateVlanResponse Modifier and Type Method Description CreateVlanResponseVirtualNetwork. createVlan(CreateVlanRequest request)Creates a VLAN in the specified VCN and the specified compartment.CreateVlanResponseVirtualNetworkClient. createVlan(CreateVlanRequest request)Methods in com.oracle.bmc.core that return types with arguments of type CreateVlanResponse Modifier and Type Method Description Future<CreateVlanResponse>VirtualNetworkAsync. createVlan(CreateVlanRequest request, AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler)Creates a VLAN in the specified VCN and the specified compartment.Future<CreateVlanResponse>VirtualNetworkAsyncClient. createVlan(CreateVlanRequest request, AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type CreateVlanResponse Modifier and Type Method Description Future<CreateVlanResponse>VirtualNetworkAsync. createVlan(CreateVlanRequest request, AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler)Creates a VLAN in the specified VCN and the specified compartment.Future<CreateVlanResponse>VirtualNetworkAsyncClient. createVlan(CreateVlanRequest request, AsyncHandler<CreateVlanRequest,CreateVlanResponse> handler) -
Uses of CreateVlanResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateVlanResponse Modifier and Type Method Description CreateVlanResponseCreateVlanResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateVlanResponse Modifier and Type Method Description CreateVlanResponse.BuilderCreateVlanResponse.Builder. copy(CreateVlanResponse o)Copy method to populate the builder with values from the given instance.
-