Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
ExportTaskStatus |
ExportTaskStatus.clone() |
ExportTaskStatus |
ExportTask.getStatus()
The status of the export task.
|
ExportTaskStatus |
ExportTaskStatus.withCode(ExportTaskStatusCode code)
The status code of the export task.
|
ExportTaskStatus |
ExportTaskStatus.withCode(String code)
The status code of the export task.
|
ExportTaskStatus |
ExportTaskStatus.withMessage(String message)
The status message related to the status code.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportTask.setStatus(ExportTaskStatus status)
The status of the export task.
|
ExportTask |
ExportTask.withStatus(ExportTaskStatus status)
The status of the export task.
|
Copyright © 2019. All rights reserved.