| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
static ParallelDataStatus |
ParallelDataStatus.fromValue(String value)
Use this in place of valueOf.
|
static ParallelDataStatus |
ParallelDataStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParallelDataStatus[] |
ParallelDataStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelDataProperties |
ParallelDataProperties.withLatestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the most recent update attempt for the parallel data resource.
|
UpdateParallelDataResult |
UpdateParallelDataResult.withLatestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
CreateParallelDataResult |
CreateParallelDataResult.withStatus(ParallelDataStatus status)
The status of the parallel data resource.
|
DeleteParallelDataResult |
DeleteParallelDataResult.withStatus(ParallelDataStatus status)
The status of the parallel data deletion.
|
ParallelDataProperties |
ParallelDataProperties.withStatus(ParallelDataStatus status)
The status of the parallel data resource.
|
UpdateParallelDataResult |
UpdateParallelDataResult.withStatus(ParallelDataStatus status)
The status of the parallel data resource that you are attempting to update.
|
Copyright © 2021. All rights reserved.