Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
ExportTaskExecutionInfo |
ExportTaskExecutionInfo.clone() |
ExportTaskExecutionInfo |
ExportTask.getExecutionInfo()
Execution info about the export task.
|
ExportTaskExecutionInfo |
ExportTaskExecutionInfo.withCompletionTime(Long completionTime)
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
ExportTaskExecutionInfo |
ExportTaskExecutionInfo.withCreationTime(Long creationTime)
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportTask.setExecutionInfo(ExportTaskExecutionInfo executionInfo)
Execution info about the export task.
|
ExportTask |
ExportTask.withExecutionInfo(ExportTaskExecutionInfo executionInfo)
Execution info about the export task.
|
Copyright © 2019. All rights reserved.