Uses of Class
com.amazonaws.services.logs.model.ExportTaskExecutionInfo
-
Packages that use ExportTaskExecutionInfo Package Description com.amazonaws.services.logs.model -
-
Uses of ExportTaskExecutionInfo in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return ExportTaskExecutionInfo Modifier and Type Method Description ExportTaskExecutionInfo
ExportTaskExecutionInfo. clone()
ExportTaskExecutionInfo
ExportTask. getExecutionInfo()
Execution info about the export task.ExportTaskExecutionInfo
ExportTaskExecutionInfo. withCompletionTime(Long completionTime)
A point in time when the export task got completed.ExportTaskExecutionInfo
ExportTaskExecutionInfo. withCreationTime(Long creationTime)
A point in time when the export task got created.Methods in com.amazonaws.services.logs.model with parameters of type ExportTaskExecutionInfo Modifier and Type Method Description void
ExportTask. setExecutionInfo(ExportTaskExecutionInfo executionInfo)
Execution info about the export task.ExportTask
ExportTask. withExecutionInfo(ExportTaskExecutionInfo executionInfo)
Execution info about the export task.
-