Uses of Class
com.oracle.bmc.core.responses.CreateSubnetResponse
-
Packages that use CreateSubnetResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateSubnetResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateSubnetResponse Modifier and Type Method Description CreateSubnetResponse
VirtualNetwork. createSubnet(CreateSubnetRequest request)
Creates a new subnet in the specified VCN.CreateSubnetResponse
VirtualNetworkClient. createSubnet(CreateSubnetRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type CreateSubnetResponse Modifier and Type Method Description Future<CreateSubnetResponse>
VirtualNetworkAsync. createSubnet(CreateSubnetRequest request, AsyncHandler<CreateSubnetRequest,CreateSubnetResponse> handler)
Creates a new subnet in the specified VCN.Future<CreateSubnetResponse>
VirtualNetworkAsyncClient. createSubnet(CreateSubnetRequest request, AsyncHandler<CreateSubnetRequest,CreateSubnetResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type CreateSubnetResponse Modifier and Type Method Description Future<CreateSubnetResponse>
VirtualNetworkAsync. createSubnet(CreateSubnetRequest request, AsyncHandler<CreateSubnetRequest,CreateSubnetResponse> handler)
Creates a new subnet in the specified VCN.Future<CreateSubnetResponse>
VirtualNetworkAsyncClient. createSubnet(CreateSubnetRequest request, AsyncHandler<CreateSubnetRequest,CreateSubnetResponse> handler)
-
Uses of CreateSubnetResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateSubnetResponse Modifier and Type Method Description CreateSubnetResponse
CreateSubnetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateSubnetResponse Modifier and Type Method Description CreateSubnetResponse.Builder
CreateSubnetResponse.Builder. copy(CreateSubnetResponse o)
Copy method to populate the builder with values from the given instance.
-