Uses of Class
com.oracle.bmc.loganalytics.responses.GetLookupSummaryResponse
-
Packages that use GetLookupSummaryResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetLookupSummaryResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetLookupSummaryResponse Modifier and Type Method Description GetLookupSummaryResponse
LogAnalytics. getLookupSummary(GetLookupSummaryRequest request)
Returns the count of user created and oracle defined lookups.GetLookupSummaryResponse
LogAnalyticsClient. getLookupSummary(GetLookupSummaryRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetLookupSummaryResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetLookupSummaryResponse 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 GetLookupSummaryResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetLookupSummaryResponse Modifier and Type Method Description GetLookupSummaryResponse
GetLookupSummaryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetLookupSummaryResponse Modifier and Type Method Description GetLookupSummaryResponse.Builder
GetLookupSummaryResponse.Builder. copy(GetLookupSummaryResponse o)
Copy method to populate the builder with values from the given instance.
-