Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.BatchLoadStatus
-
Packages that use BatchLoadStatus Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of BatchLoadStatus in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return BatchLoadStatus Modifier and Type Method Description static BatchLoadStatusBatchLoadStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BatchLoadStatusBatchLoadTask. taskStatus()Status of the batch load task.BatchLoadStatusBatchLoadTaskDescription. taskStatus()Status of the batch load task.BatchLoadStatusListBatchLoadTasksRequest. taskStatus()Status of the batch load task.static BatchLoadStatusBatchLoadStatus. 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.Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type BatchLoadStatus Modifier and Type Method Description static Set<BatchLoadStatus>BatchLoadStatus. knownValues()Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type BatchLoadStatus Modifier and Type Method Description BatchLoadTask.BuilderBatchLoadTask.Builder. taskStatus(BatchLoadStatus taskStatus)Status of the batch load task.BatchLoadTaskDescription.BuilderBatchLoadTaskDescription.Builder. taskStatus(BatchLoadStatus taskStatus)Status of the batch load task.ListBatchLoadTasksRequest.BuilderListBatchLoadTasksRequest.Builder. taskStatus(BatchLoadStatus taskStatus)Status of the batch load task.
-