Uses of Class
com.oracle.bmc.loganalytics.responses.ValidateSourceMappingResponse
-
Packages that use ValidateSourceMappingResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ValidateSourceMappingResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ValidateSourceMappingResponse Modifier and Type Method Description ValidateSourceMappingResponse
LogAnalytics. validateSourceMapping(ValidateSourceMappingRequest request)
Validates the source mapping for a given file and provides match status and the parsed representation of log data.ValidateSourceMappingResponse
LogAnalyticsClient. validateSourceMapping(ValidateSourceMappingRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ValidateSourceMappingResponse Modifier and Type Method Description Future<ValidateSourceMappingResponse>
LogAnalyticsAsync. validateSourceMapping(ValidateSourceMappingRequest request, AsyncHandler<ValidateSourceMappingRequest,ValidateSourceMappingResponse> handler)
Validates the source mapping for a given file and provides match status and the parsed representation of log data.Future<ValidateSourceMappingResponse>
LogAnalyticsAsyncClient. validateSourceMapping(ValidateSourceMappingRequest request, AsyncHandler<ValidateSourceMappingRequest,ValidateSourceMappingResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ValidateSourceMappingResponse Modifier and Type Method Description Future<ValidateSourceMappingResponse>
LogAnalyticsAsync. validateSourceMapping(ValidateSourceMappingRequest request, AsyncHandler<ValidateSourceMappingRequest,ValidateSourceMappingResponse> handler)
Validates the source mapping for a given file and provides match status and the parsed representation of log data.Future<ValidateSourceMappingResponse>
LogAnalyticsAsyncClient. validateSourceMapping(ValidateSourceMappingRequest request, AsyncHandler<ValidateSourceMappingRequest,ValidateSourceMappingResponse> handler)
-
Uses of ValidateSourceMappingResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ValidateSourceMappingResponse Modifier and Type Method Description ValidateSourceMappingResponse
ValidateSourceMappingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ValidateSourceMappingResponse Modifier and Type Method Description ValidateSourceMappingResponse.Builder
ValidateSourceMappingResponse.Builder. copy(ValidateSourceMappingResponse o)
Copy method to populate the builder with values from the given instance.
-