Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private ExportTaskExecutionInfo |
ExportTask.executionInfo
Execution info about the export task.
|
Modifier and Type | Method and Description |
---|---|
ExportTaskExecutionInfo |
ExportTaskExecutionInfo.clone() |
ExportTaskExecutionInfo |
ExportTask.getExecutionInfo()
Execution info about the export task.
|
ExportTaskExecutionInfo |
ExportTaskExecutionInfo.withCompletionTime(java.lang.Long completionTime)
A point in time when the export task got completed.
|
ExportTaskExecutionInfo |
ExportTaskExecutionInfo.withCreationTime(java.lang.Long creationTime)
A point in time when the export task got created.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ExportTaskExecutionInfo |
ExportTaskExecutionInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ExportTaskExecutionInfoJsonMarshaller.marshall(ExportTaskExecutionInfo exportTaskExecutionInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|