Uses of Class
com.oracle.bmc.loganalytics.responses.UpsertParserResponse
-
Packages that use UpsertParserResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of UpsertParserResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return UpsertParserResponse Modifier and Type Method Description UpsertParserResponse
LogAnalytics. upsertParser(UpsertParserRequest request)
Creates or updates a parser, which defines how fields are extracted from a log entry.UpsertParserResponse
LogAnalyticsClient. upsertParser(UpsertParserRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UpsertParserResponse Modifier and Type Method Description Future<UpsertParserResponse>
LogAnalyticsAsync. upsertParser(UpsertParserRequest request, AsyncHandler<UpsertParserRequest,UpsertParserResponse> handler)
Creates or updates a parser, which defines how fields are extracted from a log entry.Future<UpsertParserResponse>
LogAnalyticsAsyncClient. upsertParser(UpsertParserRequest request, AsyncHandler<UpsertParserRequest,UpsertParserResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpsertParserResponse Modifier and Type Method Description Future<UpsertParserResponse>
LogAnalyticsAsync. upsertParser(UpsertParserRequest request, AsyncHandler<UpsertParserRequest,UpsertParserResponse> handler)
Creates or updates a parser, which defines how fields are extracted from a log entry.Future<UpsertParserResponse>
LogAnalyticsAsyncClient. upsertParser(UpsertParserRequest request, AsyncHandler<UpsertParserRequest,UpsertParserResponse> handler)
-
Uses of UpsertParserResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return UpsertParserResponse Modifier and Type Method Description UpsertParserResponse
UpsertParserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type UpsertParserResponse Modifier and Type Method Description UpsertParserResponse.Builder
UpsertParserResponse.Builder. copy(UpsertParserResponse o)
Copy method to populate the builder with values from the given instance.
-