Uses of Class
com.oracle.bmc.apmconfig.responses.TestResponse
-
Packages that use TestResponse Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.responses -
-
Uses of TestResponse in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig that return TestResponse 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.TestResponse
ConfigClient. test(TestRequest request)
Methods in com.oracle.bmc.apmconfig that return types with arguments of type TestResponse 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)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type TestResponse 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 TestResponse in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return TestResponse Modifier and Type Method Description TestResponse
TestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmconfig.responses with parameters of type TestResponse Modifier and Type Method Description TestResponse.Builder
TestResponse.Builder. copy(TestResponse o)
Copy method to populate the builder with values from the given instance.
-