| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.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 |
|---|---|
ExportTaskStatus.Builder |
ExportTaskStatus.Builder.code(ExportTaskStatusCode code)
The status code of the export task.
|
DescribeExportTasksRequest.Builder |
DescribeExportTasksRequest.Builder.statusCode(ExportTaskStatusCode statusCode)
The status code of the export task.
|
Copyright © 2017. All rights reserved.