Uses of Class
com.oracle.bmc.stackmonitoring.responses.UpdateBaselineableMetricResponse
-
Packages that use UpdateBaselineableMetricResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of UpdateBaselineableMetricResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return UpdateBaselineableMetricResponse Modifier and Type Method Description UpdateBaselineableMetricResponse
StackMonitoring. updateBaselineableMetric(UpdateBaselineableMetricRequest request)
Updates the Baseline-able metric for the given idUpdateBaselineableMetricResponse
StackMonitoringClient. updateBaselineableMetric(UpdateBaselineableMetricRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type UpdateBaselineableMetricResponse Modifier and Type Method Description Future<UpdateBaselineableMetricResponse>
StackMonitoringAsync. updateBaselineableMetric(UpdateBaselineableMetricRequest request, AsyncHandler<UpdateBaselineableMetricRequest,UpdateBaselineableMetricResponse> handler)
Updates the Baseline-able metric for the given idFuture<UpdateBaselineableMetricResponse>
StackMonitoringAsyncClient. updateBaselineableMetric(UpdateBaselineableMetricRequest request, AsyncHandler<UpdateBaselineableMetricRequest,UpdateBaselineableMetricResponse> handler)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type UpdateBaselineableMetricResponse Modifier and Type Method Description Future<UpdateBaselineableMetricResponse>
StackMonitoringAsync. updateBaselineableMetric(UpdateBaselineableMetricRequest request, AsyncHandler<UpdateBaselineableMetricRequest,UpdateBaselineableMetricResponse> handler)
Updates the Baseline-able metric for the given idFuture<UpdateBaselineableMetricResponse>
StackMonitoringAsyncClient. updateBaselineableMetric(UpdateBaselineableMetricRequest request, AsyncHandler<UpdateBaselineableMetricRequest,UpdateBaselineableMetricResponse> handler)
-
Uses of UpdateBaselineableMetricResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return UpdateBaselineableMetricResponse Modifier and Type Method Description UpdateBaselineableMetricResponse
UpdateBaselineableMetricResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type UpdateBaselineableMetricResponse Modifier and Type Method Description UpdateBaselineableMetricResponse.Builder
UpdateBaselineableMetricResponse.Builder. copy(UpdateBaselineableMetricResponse o)
Copy method to populate the builder with values from the given instance.
-