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