Uses of Class
com.oracle.bmc.cloudbridge.requests.UpdatePluginRequest
-
Packages that use UpdatePluginRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of UpdatePluginRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type UpdatePluginRequest Modifier and Type Method Description UpdatePluginResponse
OcbAgentSvc. updatePlugin(UpdatePluginRequest request)
Updates the plugin.Future<UpdatePluginResponse>
OcbAgentSvcAsync. updatePlugin(UpdatePluginRequest request, AsyncHandler<UpdatePluginRequest,UpdatePluginResponse> handler)
Updates the plugin.Future<UpdatePluginResponse>
OcbAgentSvcAsyncClient. updatePlugin(UpdatePluginRequest request, AsyncHandler<UpdatePluginRequest,UpdatePluginResponse> handler)
UpdatePluginResponse
OcbAgentSvcClient. updatePlugin(UpdatePluginRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdatePluginRequest Modifier and Type Method Description Future<UpdatePluginResponse>
OcbAgentSvcAsync. updatePlugin(UpdatePluginRequest request, AsyncHandler<UpdatePluginRequest,UpdatePluginResponse> handler)
Updates the plugin.Future<UpdatePluginResponse>
OcbAgentSvcAsyncClient. updatePlugin(UpdatePluginRequest request, AsyncHandler<UpdatePluginRequest,UpdatePluginResponse> handler)
-
Uses of UpdatePluginRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return UpdatePluginRequest Modifier and Type Method Description UpdatePluginRequest
UpdatePluginRequest.Builder. build()
Build the instance of UpdatePluginRequest as configured by this builderUpdatePluginRequest
UpdatePluginRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePluginRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type UpdatePluginRequest Modifier and Type Method Description UpdatePluginRequest.Builder
UpdatePluginRequest.Builder. copy(UpdatePluginRequest o)
Copy method to populate the builder with values from the given instance.
-