| Package | Description |
|---|---|
| com.amazonaws.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchLoadStatus |
BatchLoadStatus.fromValue(String value)
Use this in place of valueOf.
|
static BatchLoadStatus |
BatchLoadStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchLoadStatus[] |
BatchLoadStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BatchLoadTaskDescription |
BatchLoadTaskDescription.withTaskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
|
ListBatchLoadTasksRequest |
ListBatchLoadTasksRequest.withTaskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
|
BatchLoadTask |
BatchLoadTask.withTaskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
|
Copyright © 2023. All rights reserved.