| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
ExportTask |
ExportTask.clone() |
ExportTask |
ExportTask.withDestination(String destination)
The name of the S3 bucket to which the log data was exported.
|
ExportTask |
ExportTask.withDestinationPrefix(String destinationPrefix)
The prefix that was used as the start of Amazon S3 key for every object exported.
|
ExportTask |
ExportTask.withExecutionInfo(ExportTaskExecutionInfo executionInfo)
Execution information about the export task.
|
ExportTask |
ExportTask.withFrom(Long from)
The start time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
ExportTask |
ExportTask.withLogGroupName(String logGroupName)
The name of the log group from which logs data was exported.
|
ExportTask |
ExportTask.withStatus(ExportTaskStatus status)
The status of the export task.
|
ExportTask |
ExportTask.withTaskId(String taskId)
The ID of the export task.
|
ExportTask |
ExportTask.withTaskName(String taskName)
The name of the export task.
|
ExportTask |
ExportTask.withTo(Long to)
The end time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
| Modifier and Type | Method and Description |
|---|---|
List<ExportTask> |
DescribeExportTasksResult.getExportTasks()
The export tasks.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(ExportTask... exportTasks)
The export tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeExportTasksResult.setExportTasks(Collection<ExportTask> exportTasks)
The export tasks.
|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(Collection<ExportTask> exportTasks)
The export tasks.
|
Copyright © 2024. All rights reserved.