Uses of Class
com.oracle.bmc.loganalytics.model.LogEndpoint
-
Packages that use LogEndpoint Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogEndpoint in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogEndpoint Modifier and Type Method Description LogEndpoint
LogEndpoint.Builder. build()
LogEndpoint
LogTypeEndpoint. getLogEndpoint()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogEndpoint Modifier and Type Method Description List<LogEndpoint>
LogListTypeEndpoint. getLogEndpoints()
Log endpoints, which reference the listEndpoint response, to fetch log data.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogEndpoint Modifier and Type Method Description LogEndpoint.Builder
LogEndpoint.Builder. copy(LogEndpoint model)
LogTypeEndpoint.Builder
LogTypeEndpoint.Builder. logEndpoint(LogEndpoint logEndpoint)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogEndpoint Modifier and Type Method Description LogListTypeEndpoint.Builder
LogListTypeEndpoint.Builder. logEndpoints(List<LogEndpoint> logEndpoints)
Log endpoints, which reference the listEndpoint response, to fetch log data.Constructors in com.oracle.bmc.loganalytics.model with parameters of type LogEndpoint Constructor Description LogTypeEndpoint(LogEndpoint logEndpoint)
Deprecated.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogEndpoint Constructor Description LogListTypeEndpoint(LogListEndpoint listEndpoint, List<LogEndpoint> logEndpoints)
Deprecated.
-