Uses of Class
com.oracle.bmc.cloudbridge.responses.UpdatePluginResponse
-
Packages that use UpdatePluginResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of UpdatePluginResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return UpdatePluginResponse Modifier and Type Method Description UpdatePluginResponse
OcbAgentSvc. updatePlugin(UpdatePluginRequest request)
Updates the plugin.UpdatePluginResponse
OcbAgentSvcClient. updatePlugin(UpdatePluginRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type UpdatePluginResponse 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)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdatePluginResponse 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 UpdatePluginResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return UpdatePluginResponse Modifier and Type Method Description UpdatePluginResponse
UpdatePluginResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type UpdatePluginResponse Modifier and Type Method Description UpdatePluginResponse.Builder
UpdatePluginResponse.Builder. copy(UpdatePluginResponse o)
Copy method to populate the builder with values from the given instance.
-