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