Uses of Class
com.oracle.bmc.stackmonitoring.requests.UpdateBaselineableMetricRequest
-
Packages that use UpdateBaselineableMetricRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of UpdateBaselineableMetricRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type UpdateBaselineableMetricRequest Modifier and Type Method Description UpdateBaselineableMetricResponse
StackMonitoring. updateBaselineableMetric(UpdateBaselineableMetricRequest request)
Updates the Baseline-able metric for the given idFuture<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)
UpdateBaselineableMetricResponse
StackMonitoringClient. updateBaselineableMetric(UpdateBaselineableMetricRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type UpdateBaselineableMetricRequest 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 UpdateBaselineableMetricRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return UpdateBaselineableMetricRequest Modifier and Type Method Description UpdateBaselineableMetricRequest
UpdateBaselineableMetricRequest.Builder. build()
Build the instance of UpdateBaselineableMetricRequest as configured by this builderUpdateBaselineableMetricRequest
UpdateBaselineableMetricRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBaselineableMetricRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type UpdateBaselineableMetricRequest Modifier and Type Method Description UpdateBaselineableMetricRequest.Builder
UpdateBaselineableMetricRequest.Builder. copy(UpdateBaselineableMetricRequest o)
Copy method to populate the builder with values from the given instance.
-