Uses of Class
com.oracle.bmc.appmgmtcontrol.responses.PublishTopProcessesMetricsResponse
-
Packages that use PublishTopProcessesMetricsResponse Package Description com.oracle.bmc.appmgmtcontrol com.oracle.bmc.appmgmtcontrol.responses -
-
Uses of PublishTopProcessesMetricsResponse in com.oracle.bmc.appmgmtcontrol
Methods in com.oracle.bmc.appmgmtcontrol that return PublishTopProcessesMetricsResponse Modifier and Type Method Description PublishTopProcessesMetricsResponse
AppmgmtControl. publishTopProcessesMetrics(PublishTopProcessesMetricsRequest request)
Starts cpu and memory top processes collection.PublishTopProcessesMetricsResponse
AppmgmtControlClient. publishTopProcessesMetrics(PublishTopProcessesMetricsRequest request)
Methods in com.oracle.bmc.appmgmtcontrol that return types with arguments of type PublishTopProcessesMetricsResponse Modifier and Type Method Description Future<PublishTopProcessesMetricsResponse>
AppmgmtControlAsync. publishTopProcessesMetrics(PublishTopProcessesMetricsRequest request, AsyncHandler<PublishTopProcessesMetricsRequest,PublishTopProcessesMetricsResponse> handler)
Starts cpu and memory top processes collection.Future<PublishTopProcessesMetricsResponse>
AppmgmtControlAsyncClient. publishTopProcessesMetrics(PublishTopProcessesMetricsRequest request, AsyncHandler<PublishTopProcessesMetricsRequest,PublishTopProcessesMetricsResponse> handler)
Method parameters in com.oracle.bmc.appmgmtcontrol with type arguments of type PublishTopProcessesMetricsResponse Modifier and Type Method Description Future<PublishTopProcessesMetricsResponse>
AppmgmtControlAsync. publishTopProcessesMetrics(PublishTopProcessesMetricsRequest request, AsyncHandler<PublishTopProcessesMetricsRequest,PublishTopProcessesMetricsResponse> handler)
Starts cpu and memory top processes collection.Future<PublishTopProcessesMetricsResponse>
AppmgmtControlAsyncClient. publishTopProcessesMetrics(PublishTopProcessesMetricsRequest request, AsyncHandler<PublishTopProcessesMetricsRequest,PublishTopProcessesMetricsResponse> handler)
-
Uses of PublishTopProcessesMetricsResponse in com.oracle.bmc.appmgmtcontrol.responses
Methods in com.oracle.bmc.appmgmtcontrol.responses that return PublishTopProcessesMetricsResponse Modifier and Type Method Description PublishTopProcessesMetricsResponse
PublishTopProcessesMetricsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.appmgmtcontrol.responses with parameters of type PublishTopProcessesMetricsResponse Modifier and Type Method Description PublishTopProcessesMetricsResponse.Builder
PublishTopProcessesMetricsResponse.Builder. copy(PublishTopProcessesMetricsResponse o)
Copy method to populate the builder with values from the given instance.
-