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