Uses of Class
com.oracle.bmc.stackmonitoring.responses.CreateBaselineableMetricResponse
-
Packages that use CreateBaselineableMetricResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of CreateBaselineableMetricResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return CreateBaselineableMetricResponse Modifier and Type Method Description CreateBaselineableMetricResponse
StackMonitoring. createBaselineableMetric(CreateBaselineableMetricRequest request)
Creates the specified Baseline-able metricCreateBaselineableMetricResponse
StackMonitoringClient. createBaselineableMetric(CreateBaselineableMetricRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type CreateBaselineableMetricResponse Modifier and Type Method Description Future<CreateBaselineableMetricResponse>
StackMonitoringAsync. createBaselineableMetric(CreateBaselineableMetricRequest request, AsyncHandler<CreateBaselineableMetricRequest,CreateBaselineableMetricResponse> handler)
Creates the specified Baseline-able metricFuture<CreateBaselineableMetricResponse>
StackMonitoringAsyncClient. createBaselineableMetric(CreateBaselineableMetricRequest request, AsyncHandler<CreateBaselineableMetricRequest,CreateBaselineableMetricResponse> handler)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type CreateBaselineableMetricResponse Modifier and Type Method Description Future<CreateBaselineableMetricResponse>
StackMonitoringAsync. createBaselineableMetric(CreateBaselineableMetricRequest request, AsyncHandler<CreateBaselineableMetricRequest,CreateBaselineableMetricResponse> handler)
Creates the specified Baseline-able metricFuture<CreateBaselineableMetricResponse>
StackMonitoringAsyncClient. createBaselineableMetric(CreateBaselineableMetricRequest request, AsyncHandler<CreateBaselineableMetricRequest,CreateBaselineableMetricResponse> handler)
-
Uses of CreateBaselineableMetricResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return CreateBaselineableMetricResponse Modifier and Type Method Description CreateBaselineableMetricResponse
CreateBaselineableMetricResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type CreateBaselineableMetricResponse Modifier and Type Method Description CreateBaselineableMetricResponse.Builder
CreateBaselineableMetricResponse.Builder. copy(CreateBaselineableMetricResponse o)
Copy method to populate the builder with values from the given instance.
-