Uses of Class
com.oracle.bmc.apmconfig.requests.TestRequest
-
Packages that use TestRequest Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.requests -
-
Uses of TestRequest in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig with parameters of type TestRequest Modifier and Type Method Description TestResponse
Config. test(TestRequest request)
Tests a data processing operation on the provided input, returning the potentially modified input as output.Future<TestResponse>
ConfigAsync. test(TestRequest request, AsyncHandler<TestRequest,TestResponse> handler)
Tests a data processing operation on the provided input, returning the potentially modified input as output.Future<TestResponse>
ConfigAsyncClient. test(TestRequest request, AsyncHandler<TestRequest,TestResponse> handler)
TestResponse
ConfigClient. test(TestRequest request)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type TestRequest Modifier and Type Method Description Future<TestResponse>
ConfigAsync. test(TestRequest request, AsyncHandler<TestRequest,TestResponse> handler)
Tests a data processing operation on the provided input, returning the potentially modified input as output.Future<TestResponse>
ConfigAsyncClient. test(TestRequest request, AsyncHandler<TestRequest,TestResponse> handler)
-
Uses of TestRequest in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return TestRequest Modifier and Type Method Description TestRequest
TestRequest.Builder. build()
Build the instance of TestRequest as configured by this builderTestRequest
TestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of TestRequest as configured by this builderMethods in com.oracle.bmc.apmconfig.requests with parameters of type TestRequest Modifier and Type Method Description TestRequest.Builder
TestRequest.Builder. copy(TestRequest o)
Copy method to populate the builder with values from the given instance.
-