Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
static ExportTaskStatusCode |
ExportTaskStatusCode.fromValue(String value)
Use this in place of valueOf.
|
static ExportTaskStatusCode |
ExportTaskStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportTaskStatusCode[] |
ExportTaskStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportTaskStatus.setCode(ExportTaskStatusCode code)
Status code of the export task.
|
void |
DescribeExportTasksRequest.setStatusCode(ExportTaskStatusCode statusCode)
All export tasks that matches the specified status code will be returned.
|
ExportTaskStatus |
ExportTaskStatus.withCode(ExportTaskStatusCode code)
Status code of the export task.
|
DescribeExportTasksRequest |
DescribeExportTasksRequest.withStatusCode(ExportTaskStatusCode statusCode)
All export tasks that matches the specified status code will be returned.
|
Copyright © 2018. All rights reserved.