Uses of Class
software.amazon.awssdk.services.polly.model.TaskStatus
-
Packages that use TaskStatus Package Description software.amazon.awssdk.services.polly.model -
-
Uses of TaskStatus in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return TaskStatus Modifier and Type Method Description static TaskStatusTaskStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskStatusListSpeechSynthesisTasksRequest. status()Status of the speech synthesis tasks returned in a List operationTaskStatusSynthesisTask. taskStatus()Current status of the individual speech synthesis task.static TaskStatusTaskStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskStatus[]TaskStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type TaskStatus Modifier and Type Method Description static Set<TaskStatus>TaskStatus. knownValues()Methods in software.amazon.awssdk.services.polly.model with parameters of type TaskStatus Modifier and Type Method Description ListSpeechSynthesisTasksRequest.BuilderListSpeechSynthesisTasksRequest.Builder. status(TaskStatus status)Status of the speech synthesis tasks returned in a List operationSynthesisTask.BuilderSynthesisTask.Builder. taskStatus(TaskStatus taskStatus)Current status of the individual speech synthesis task.
-