Uses of Class
com.oracle.bmc.sch.model.LogSource
-
Packages that use LogSource Package Description com.oracle.bmc.sch.model -
-
Uses of LogSource in com.oracle.bmc.sch.model
Methods in com.oracle.bmc.sch.model that return LogSource Modifier and Type Method Description LogSource
LogSource.Builder. build()
Methods in com.oracle.bmc.sch.model that return types with arguments of type LogSource Modifier and Type Method Description List<LogSource>
LoggingSourceDetails. getLogSources()
The logs for this Logging source.List<LogSource>
LoggingSourceDetailsResponse. getLogSources()
The logs for this Logging source.Methods in com.oracle.bmc.sch.model with parameters of type LogSource Modifier and Type Method Description LogSource.Builder
LogSource.Builder. copy(LogSource model)
Method parameters in com.oracle.bmc.sch.model with type arguments of type LogSource Modifier and Type Method Description LoggingSourceDetails.Builder
LoggingSourceDetails.Builder. logSources(List<LogSource> logSources)
The logs for this Logging source.LoggingSourceDetailsResponse.Builder
LoggingSourceDetailsResponse.Builder. logSources(List<LogSource> logSources)
The logs for this Logging source.Constructor parameters in com.oracle.bmc.sch.model with type arguments of type LogSource Constructor Description LoggingSourceDetails(List<LogSource> logSources)
Deprecated.LoggingSourceDetailsResponse(PrivateEndpointMetadata privateEndpointMetadata, List<LogSource> logSources)
Deprecated.
-