Uses of Class
com.oracle.bmc.apmconfig.model.TestOutput
-
Packages that use TestOutput Package Description com.oracle.bmc.apmconfig.model com.oracle.bmc.apmconfig.responses -
-
Uses of TestOutput in com.oracle.bmc.apmconfig.model
Subclasses of TestOutput in com.oracle.bmc.apmconfig.model Modifier and Type Class Description class
TestSpanEnrichmentOutput
Output of running a set of span enrichment rules against a span. -
Uses of TestOutput in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return TestOutput Modifier and Type Method Description TestOutput
TestResponse. getTestOutput()
The returned TestOutput instance.Methods in com.oracle.bmc.apmconfig.responses with parameters of type TestOutput Modifier and Type Method Description TestResponse.Builder
TestResponse.Builder. testOutput(TestOutput testOutput)
The returned TestOutput instance.
-