Uses of Class
com.oracle.bmc.loganalytics.requests.GetParserRequest
-
Packages that use GetParserRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetParserRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetParserRequest Modifier and Type Method Description GetParserResponse
LogAnalytics. getParser(GetParserRequest request)
Gets detailed information about the parser with the specified name.Future<GetParserResponse>
LogAnalyticsAsync. getParser(GetParserRequest request, AsyncHandler<GetParserRequest,GetParserResponse> handler)
Gets detailed information about the parser with the specified name.Future<GetParserResponse>
LogAnalyticsAsyncClient. getParser(GetParserRequest request, AsyncHandler<GetParserRequest,GetParserResponse> handler)
GetParserResponse
LogAnalyticsClient. getParser(GetParserRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetParserRequest Modifier and Type Method Description Future<GetParserResponse>
LogAnalyticsAsync. getParser(GetParserRequest request, AsyncHandler<GetParserRequest,GetParserResponse> handler)
Gets detailed information about the parser with the specified name.Future<GetParserResponse>
LogAnalyticsAsyncClient. getParser(GetParserRequest request, AsyncHandler<GetParserRequest,GetParserResponse> handler)
-
Uses of GetParserRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetParserRequest Modifier and Type Method Description GetParserRequest
GetParserRequest.Builder. build()
Build the instance of GetParserRequest as configured by this builderGetParserRequest
GetParserRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetParserRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetParserRequest Modifier and Type Method Description GetParserRequest.Builder
GetParserRequest.Builder. copy(GetParserRequest o)
Copy method to populate the builder with values from the given instance.
-