Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ExportTask> |
DescribeExportTasksResult.exportTasks |
Modifier and Type | Method and Description |
---|---|
ExportTask |
ExportTask.clone() |
ExportTask |
ExportTask.withDestination(java.lang.String destination)
Name of Amazon S3 bucket to which the log data was exported.
|
ExportTask |
ExportTask.withDestinationPrefix(java.lang.String destinationPrefix)
Prefix that was used as the start of Amazon S3 key for every object
exported.
|
ExportTask |
ExportTask.withExecutionInfo(ExportTaskExecutionInfo executionInfo)
Execution info about the export task.
|
ExportTask |
ExportTask.withFrom(java.lang.Long from)
A point in time expressed as the number of milliseconds since Jan 1, 1970
00:00:00 UTC.
|
ExportTask |
ExportTask.withLogGroupName(java.lang.String logGroupName)
The name of the log group from which logs data was exported.
|
ExportTask |
ExportTask.withStatus(ExportTaskStatus status)
Status of the export task.
|
ExportTask |
ExportTask.withTaskId(java.lang.String taskId)
Id of the export task.
|
ExportTask |
ExportTask.withTaskName(java.lang.String taskName)
The name of the export task.
|
ExportTask |
ExportTask.withTo(java.lang.Long to)
A point in time expressed as the number of milliseconds since Jan 1, 1970
00:00:00 UTC.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExportTask> |
DescribeExportTasksResult.getExportTasks() |
Modifier and Type | Method and Description |
---|---|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(ExportTask... exportTasks)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeExportTasksResult.setExportTasks(java.util.Collection<ExportTask> exportTasks) |
DescribeExportTasksResult |
DescribeExportTasksResult.withExportTasks(java.util.Collection<ExportTask> exportTasks) |
Modifier and Type | Method and Description |
---|---|
ExportTask |
ExportTaskJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ExportTaskJsonMarshaller.marshall(ExportTask exportTask,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|