Uses of Class
com.oracle.bmc.appmgmtcontrol.responses.ActivateMonitoringPluginResponse
-
Packages that use ActivateMonitoringPluginResponse Package Description com.oracle.bmc.appmgmtcontrol com.oracle.bmc.appmgmtcontrol.responses -
-
Uses of ActivateMonitoringPluginResponse in com.oracle.bmc.appmgmtcontrol
Methods in com.oracle.bmc.appmgmtcontrol that return ActivateMonitoringPluginResponse Modifier and Type Method Description ActivateMonitoringPluginResponse
AppmgmtControl. activateMonitoringPlugin(ActivateMonitoringPluginRequest request)
Activates Resource Plugin for compute instance identified by the instance ocid.ActivateMonitoringPluginResponse
AppmgmtControlClient. activateMonitoringPlugin(ActivateMonitoringPluginRequest request)
Methods in com.oracle.bmc.appmgmtcontrol that return types with arguments of type ActivateMonitoringPluginResponse Modifier and Type Method Description Future<ActivateMonitoringPluginResponse>
AppmgmtControlAsync. activateMonitoringPlugin(ActivateMonitoringPluginRequest request, AsyncHandler<ActivateMonitoringPluginRequest,ActivateMonitoringPluginResponse> handler)
Activates Resource Plugin for compute instance identified by the instance ocid.Future<ActivateMonitoringPluginResponse>
AppmgmtControlAsyncClient. activateMonitoringPlugin(ActivateMonitoringPluginRequest request, AsyncHandler<ActivateMonitoringPluginRequest,ActivateMonitoringPluginResponse> handler)
Method parameters in com.oracle.bmc.appmgmtcontrol with type arguments of type ActivateMonitoringPluginResponse Modifier and Type Method Description Future<ActivateMonitoringPluginResponse>
AppmgmtControlAsync. activateMonitoringPlugin(ActivateMonitoringPluginRequest request, AsyncHandler<ActivateMonitoringPluginRequest,ActivateMonitoringPluginResponse> handler)
Activates Resource Plugin for compute instance identified by the instance ocid.Future<ActivateMonitoringPluginResponse>
AppmgmtControlAsyncClient. activateMonitoringPlugin(ActivateMonitoringPluginRequest request, AsyncHandler<ActivateMonitoringPluginRequest,ActivateMonitoringPluginResponse> handler)
-
Uses of ActivateMonitoringPluginResponse in com.oracle.bmc.appmgmtcontrol.responses
Methods in com.oracle.bmc.appmgmtcontrol.responses that return ActivateMonitoringPluginResponse Modifier and Type Method Description ActivateMonitoringPluginResponse
ActivateMonitoringPluginResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.appmgmtcontrol.responses with parameters of type ActivateMonitoringPluginResponse Modifier and Type Method Description ActivateMonitoringPluginResponse.Builder
ActivateMonitoringPluginResponse.Builder. copy(ActivateMonitoringPluginResponse o)
Copy method to populate the builder with values from the given instance.
-