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 ExportTaskExecutionInfoExportTaskExecutionInfo. clone()ExportTaskExecutionInfoExportTask. getExecutionInfo()Execution info about the export task.ExportTaskExecutionInfoExportTaskExecutionInfo. withCompletionTime(Long completionTime)A point in time when the export task got completed.ExportTaskExecutionInfoExportTaskExecutionInfo. 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 voidExportTask. setExecutionInfo(ExportTaskExecutionInfo executionInfo)Execution info about the export task.ExportTaskExportTask. withExecutionInfo(ExportTaskExecutionInfo executionInfo)Execution info about the export task.
-