Uses of Class
com.amazonaws.services.logs.model.ExportTaskExecutionInfo
Packages that use ExportTaskExecutionInfo
-
Uses of ExportTaskExecutionInfo in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return ExportTaskExecutionInfoModifier and TypeMethodDescriptionExportTaskExecutionInfo.clone()ExportTask.getExecutionInfo()Execution info about the export task.ExportTaskExecutionInfo.withCompletionTime(Long completionTime) A point in time when the export task got completed.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 ExportTaskExecutionInfoModifier and TypeMethodDescriptionvoidExportTask.setExecutionInfo(ExportTaskExecutionInfo executionInfo) Execution info about the export task.ExportTask.withExecutionInfo(ExportTaskExecutionInfo executionInfo) Execution info about the export task.