Uses of Class
com.oracle.bmc.stackmonitoring.requests.TestMetricExtensionRequest
-
Packages that use TestMetricExtensionRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of TestMetricExtensionRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type TestMetricExtensionRequest Modifier and Type Method Description TestMetricExtensionResponse
StackMonitoring. testMetricExtension(TestMetricExtensionRequest request)
Performs test of Metric Extension on a specific resource IdFuture<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)
TestMetricExtensionResponse
StackMonitoringClient. testMetricExtension(TestMetricExtensionRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type TestMetricExtensionRequest 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 TestMetricExtensionRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return TestMetricExtensionRequest Modifier and Type Method Description TestMetricExtensionRequest
TestMetricExtensionRequest.Builder. build()
Build the instance of TestMetricExtensionRequest as configured by this builderTestMetricExtensionRequest
TestMetricExtensionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of TestMetricExtensionRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type TestMetricExtensionRequest Modifier and Type Method Description TestMetricExtensionRequest.Builder
TestMetricExtensionRequest.Builder. copy(TestMetricExtensionRequest o)
Copy method to populate the builder with values from the given instance.
-