Uses of Class
com.oracle.bmc.apmconfig.responses.ValidateSpanFilterPatternResponse
-
Packages that use ValidateSpanFilterPatternResponse Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.responses -
-
Uses of ValidateSpanFilterPatternResponse in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig that return ValidateSpanFilterPatternResponse Modifier and Type Method Description ValidateSpanFilterPatternResponse
Config. validateSpanFilterPattern(ValidateSpanFilterPatternRequest request)
Validates the Span Filter pattern (filterText) for syntactic correctness.ValidateSpanFilterPatternResponse
ConfigClient. validateSpanFilterPattern(ValidateSpanFilterPatternRequest request)
Methods in com.oracle.bmc.apmconfig that return types with arguments of type ValidateSpanFilterPatternResponse Modifier and Type Method Description Future<ValidateSpanFilterPatternResponse>
ConfigAsync. validateSpanFilterPattern(ValidateSpanFilterPatternRequest request, AsyncHandler<ValidateSpanFilterPatternRequest,ValidateSpanFilterPatternResponse> handler)
Validates the Span Filter pattern (filterText) for syntactic correctness.Future<ValidateSpanFilterPatternResponse>
ConfigAsyncClient. validateSpanFilterPattern(ValidateSpanFilterPatternRequest request, AsyncHandler<ValidateSpanFilterPatternRequest,ValidateSpanFilterPatternResponse> handler)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type ValidateSpanFilterPatternResponse Modifier and Type Method Description Future<ValidateSpanFilterPatternResponse>
ConfigAsync. validateSpanFilterPattern(ValidateSpanFilterPatternRequest request, AsyncHandler<ValidateSpanFilterPatternRequest,ValidateSpanFilterPatternResponse> handler)
Validates the Span Filter pattern (filterText) for syntactic correctness.Future<ValidateSpanFilterPatternResponse>
ConfigAsyncClient. validateSpanFilterPattern(ValidateSpanFilterPatternRequest request, AsyncHandler<ValidateSpanFilterPatternRequest,ValidateSpanFilterPatternResponse> handler)
-
Uses of ValidateSpanFilterPatternResponse in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return ValidateSpanFilterPatternResponse Modifier and Type Method Description ValidateSpanFilterPatternResponse
ValidateSpanFilterPatternResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmconfig.responses with parameters of type ValidateSpanFilterPatternResponse Modifier and Type Method Description ValidateSpanFilterPatternResponse.Builder
ValidateSpanFilterPatternResponse.Builder. copy(ValidateSpanFilterPatternResponse o)
Copy method to populate the builder with values from the given instance.
-