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