Uses of Class
com.oracle.bmc.stackmonitoring.responses.TestMetricExtensionResponse
-
Packages that use TestMetricExtensionResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of TestMetricExtensionResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return TestMetricExtensionResponse Modifier and Type Method Description TestMetricExtensionResponse
StackMonitoring. testMetricExtension(TestMetricExtensionRequest request)
Performs test of Metric Extension on a specific resource IdTestMetricExtensionResponse
StackMonitoringClient. testMetricExtension(TestMetricExtensionRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type TestMetricExtensionResponse Modifier and Type Method Description Future<TestMetricExtensionResponse>
StackMonitoringAsync. testMetricExtension(TestMetricExtensionRequest request, AsyncHandler<TestMetricExtensionRequest,TestMetricExtensionResponse> handler)
Performs test of Metric Extension on a specific resource IdFuture<TestMetricExtensionResponse>
StackMonitoringAsyncClient. testMetricExtension(TestMetricExtensionRequest request, AsyncHandler<TestMetricExtensionRequest,TestMetricExtensionResponse> handler)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type TestMetricExtensionResponse Modifier and Type Method Description Future<TestMetricExtensionResponse>
StackMonitoringAsync. testMetricExtension(TestMetricExtensionRequest request, AsyncHandler<TestMetricExtensionRequest,TestMetricExtensionResponse> handler)
Performs test of Metric Extension on a specific resource IdFuture<TestMetricExtensionResponse>
StackMonitoringAsyncClient. testMetricExtension(TestMetricExtensionRequest request, AsyncHandler<TestMetricExtensionRequest,TestMetricExtensionResponse> handler)
-
Uses of TestMetricExtensionResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return TestMetricExtensionResponse Modifier and Type Method Description TestMetricExtensionResponse
TestMetricExtensionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type TestMetricExtensionResponse Modifier and Type Method Description TestMetricExtensionResponse.Builder
TestMetricExtensionResponse.Builder. copy(TestMetricExtensionResponse o)
Copy method to populate the builder with values from the given instance.
-