Uses of Class
com.oracle.bmc.core.requests.UpdateCpeRequest
-
Packages that use UpdateCpeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateCpeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateCpeRequest Modifier and Type Method Description UpdateCpeResponse
VirtualNetwork. updateCpe(UpdateCpeRequest request)
Updates the specified CPE’s display name or tags.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)
UpdateCpeResponse
VirtualNetworkClient. updateCpe(UpdateCpeRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateCpeRequest 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 UpdateCpeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateCpeRequest Modifier and Type Method Description UpdateCpeRequest
UpdateCpeRequest.Builder. build()
Build the instance of UpdateCpeRequest as configured by this builderUpdateCpeRequest
UpdateCpeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCpeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateCpeRequest Modifier and Type Method Description UpdateCpeRequest.Builder
UpdateCpeRequest.Builder. copy(UpdateCpeRequest o)
Copy method to populate the builder with values from the given instance.
-