Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private ExportTaskStatus |
ExportTask.status
Status of the export task.
|
Modifier and Type | Method and Description |
---|---|
ExportTaskStatus |
ExportTaskStatus.clone() |
ExportTaskStatus |
ExportTask.getStatus()
Status of the export task.
|
ExportTaskStatus |
ExportTaskStatus.withCode(ExportTaskStatusCode code)
Status code of the export task.
|
ExportTaskStatus |
ExportTaskStatus.withCode(java.lang.String code)
Status code of the export task.
|
ExportTaskStatus |
ExportTaskStatus.withMessage(java.lang.String message)
Status message related to the
code . |
Modifier and Type | Method and Description |
---|---|
void |
ExportTask.setStatus(ExportTaskStatus status)
Status of the export task.
|
ExportTask |
ExportTask.withStatus(ExportTaskStatus status)
Status of the export task.
|
Modifier and Type | Method and Description |
---|---|
ExportTaskStatus |
ExportTaskStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ExportTaskStatusJsonMarshaller.marshall(ExportTaskStatus exportTaskStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|