Uses of Class
com.oracle.bmc.loganalytics.requests.GetLookupSummaryRequest
-
Packages that use GetLookupSummaryRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetLookupSummaryRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetLookupSummaryRequest Modifier and Type Method Description GetLookupSummaryResponse
LogAnalytics. getLookupSummary(GetLookupSummaryRequest request)
Returns the count of user created and oracle defined lookups.Future<GetLookupSummaryResponse>
LogAnalyticsAsync. getLookupSummary(GetLookupSummaryRequest request, AsyncHandler<GetLookupSummaryRequest,GetLookupSummaryResponse> handler)
Returns the count of user created and oracle defined lookups.Future<GetLookupSummaryResponse>
LogAnalyticsAsyncClient. getLookupSummary(GetLookupSummaryRequest request, AsyncHandler<GetLookupSummaryRequest,GetLookupSummaryResponse> handler)
GetLookupSummaryResponse
LogAnalyticsClient. getLookupSummary(GetLookupSummaryRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetLookupSummaryRequest Modifier and Type Method Description Future<GetLookupSummaryResponse>
LogAnalyticsAsync. getLookupSummary(GetLookupSummaryRequest request, AsyncHandler<GetLookupSummaryRequest,GetLookupSummaryResponse> handler)
Returns the count of user created and oracle defined lookups.Future<GetLookupSummaryResponse>
LogAnalyticsAsyncClient. getLookupSummary(GetLookupSummaryRequest request, AsyncHandler<GetLookupSummaryRequest,GetLookupSummaryResponse> handler)
-
Uses of GetLookupSummaryRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetLookupSummaryRequest Modifier and Type Method Description GetLookupSummaryRequest
GetLookupSummaryRequest.Builder. build()
Build the instance of GetLookupSummaryRequest as configured by this builderGetLookupSummaryRequest
GetLookupSummaryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetLookupSummaryRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetLookupSummaryRequest Modifier and Type Method Description GetLookupSummaryRequest.Builder
GetLookupSummaryRequest.Builder. copy(GetLookupSummaryRequest o)
Copy method to populate the builder with values from the given instance.
-