Uses of Class
software.amazon.awssdk.services.deadline.model.LogConfiguration
-
Packages that use LogConfiguration Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of LogConfiguration in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return LogConfiguration Modifier and Type Method Description LogConfigurationGetSessionResponse. log()The session log.LogConfigurationGetWorkerResponse. log()The logs for the associated worker.LogConfigurationUpdateWorkerResponse. log()The worker log to update.LogConfigurationWorkerSummary. log()The log configuration for the worker.LogConfigurationAssignedSession. logConfiguration()The log configuration for the worker's assigned session.LogConfigurationGetSessionResponse. workerLog()The worker log for the session.Methods in software.amazon.awssdk.services.deadline.model with parameters of type LogConfiguration Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. log(LogConfiguration log)The session log.GetWorkerResponse.BuilderGetWorkerResponse.Builder. log(LogConfiguration log)The logs for the associated worker.UpdateWorkerResponse.BuilderUpdateWorkerResponse.Builder. log(LogConfiguration log)The worker log to update.WorkerSummary.BuilderWorkerSummary.Builder. log(LogConfiguration log)The log configuration for the worker.AssignedSession.BuilderAssignedSession.Builder. logConfiguration(LogConfiguration logConfiguration)The log configuration for the worker's assigned session.GetSessionResponse.BuilderGetSessionResponse.Builder. workerLog(LogConfiguration workerLog)The worker log for the session.
-