| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchLoadStatus |
BatchLoadStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
BatchLoadStatus |
BatchLoadTaskDescription.taskStatus()
Status of the batch load task.
|
BatchLoadStatus |
ListBatchLoadTasksRequest.taskStatus()
Status of the batch load task.
|
BatchLoadStatus |
BatchLoadTask.taskStatus()
Status of the batch load task.
|
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 |
|---|---|
static Set<BatchLoadStatus> |
BatchLoadStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BatchLoadTaskDescription.Builder |
BatchLoadTaskDescription.Builder.taskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
|
ListBatchLoadTasksRequest.Builder |
ListBatchLoadTasksRequest.Builder.taskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
|
BatchLoadTask.Builder |
BatchLoadTask.Builder.taskStatus(BatchLoadStatus taskStatus)
Status of the batch load task.
|
Copyright © 2023. All rights reserved.