Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsLookup
-
Packages that use LogAnalyticsLookup Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.responses -
-
Uses of LogAnalyticsLookup in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsLookup Modifier and Type Method Description Iterable<LogAnalyticsLookup>
LogAnalyticsPaginators. listLookupsRecordIterator(ListLookupsRequest request)
Creates a new iterable which will iterate over theLogAnalyticsLookup
objects contained in responses from the listLookups operation. -
Uses of LogAnalyticsLookup in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsLookup Modifier and Type Method Description LogAnalyticsLookup
LogAnalyticsLookup.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsLookup Modifier and Type Method Description List<LogAnalyticsLookup>
LogAnalyticsLookupCollection. getItems()
list of fieldsMethods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsLookup Modifier and Type Method Description LogAnalyticsLookup.Builder
LogAnalyticsLookup.Builder. copy(LogAnalyticsLookup model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsLookup Modifier and Type Method Description LogAnalyticsLookupCollection.Builder
LogAnalyticsLookupCollection.Builder. items(List<LogAnalyticsLookup> items)
list of fieldsConstructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsLookup Constructor Description LogAnalyticsLookupCollection(List<LogAnalyticsLookup> items)
Deprecated. -
Uses of LogAnalyticsLookup in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return LogAnalyticsLookup Modifier and Type Method Description LogAnalyticsLookup
GetLookupResponse. getLogAnalyticsLookup()
The returned LogAnalyticsLookup instance.LogAnalyticsLookup
RegisterLookupResponse. getLogAnalyticsLookup()
The returned LogAnalyticsLookup instance.LogAnalyticsLookup
UpdateLookupResponse. getLogAnalyticsLookup()
The returned LogAnalyticsLookup instance.Methods in com.oracle.bmc.loganalytics.responses with parameters of type LogAnalyticsLookup Modifier and Type Method Description GetLookupResponse.Builder
GetLookupResponse.Builder. logAnalyticsLookup(LogAnalyticsLookup logAnalyticsLookup)
The returned LogAnalyticsLookup instance.RegisterLookupResponse.Builder
RegisterLookupResponse.Builder. logAnalyticsLookup(LogAnalyticsLookup logAnalyticsLookup)
The returned LogAnalyticsLookup instance.UpdateLookupResponse.Builder
UpdateLookupResponse.Builder. logAnalyticsLookup(LogAnalyticsLookup logAnalyticsLookup)
The returned LogAnalyticsLookup instance.
-