Uses of Class
com.oracle.bmc.core.responses.GetCpeResponse
-
Packages that use GetCpeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetCpeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetCpeResponse Modifier and Type Method Description GetCpeResponse
VirtualNetwork. getCpe(GetCpeRequest request)
Gets the specified CPE’s information.GetCpeResponse
VirtualNetworkClient. getCpe(GetCpeRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetCpeResponse Modifier and Type Method Description Future<GetCpeResponse>
VirtualNetworkAsync. getCpe(GetCpeRequest request, AsyncHandler<GetCpeRequest,GetCpeResponse> handler)
Gets the specified CPE’s information.Future<GetCpeResponse>
VirtualNetworkAsyncClient. getCpe(GetCpeRequest request, AsyncHandler<GetCpeRequest,GetCpeResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type GetCpeResponse Modifier and Type Method Description Future<GetCpeResponse>
VirtualNetworkAsync. getCpe(GetCpeRequest request, AsyncHandler<GetCpeRequest,GetCpeResponse> handler)
Gets the specified CPE’s information.Future<GetCpeResponse>
VirtualNetworkAsyncClient. getCpe(GetCpeRequest request, AsyncHandler<GetCpeRequest,GetCpeResponse> handler)
-
Uses of GetCpeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetCpeResponse Modifier and Type Method Description GetCpeResponse
GetCpeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetCpeResponse Modifier and Type Method Description GetCpeResponse.Builder
GetCpeResponse.Builder. copy(GetCpeResponse o)
Copy method to populate the builder with values from the given instance.
-