| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
static ParallelDataStatus |
ParallelDataStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ParallelDataStatus |
UpdateParallelDataResponse.latestUpdateAttemptStatus()
The status of the parallel data update attempt.
|
ParallelDataStatus |
ParallelDataProperties.latestUpdateAttemptStatus()
The status of the most recent update attempt for the parallel data resource.
|
ParallelDataStatus |
UpdateParallelDataResponse.status()
The status of the parallel data resource that you are attempting to update.
|
ParallelDataStatus |
CreateParallelDataResponse.status()
The status of the parallel data resource.
|
ParallelDataStatus |
ParallelDataProperties.status()
The status of the parallel data resource.
|
ParallelDataStatus |
DeleteParallelDataResponse.status()
The status of the parallel data deletion.
|
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 |
|---|---|
static Set<ParallelDataStatus> |
ParallelDataStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateParallelDataResponse.Builder |
UpdateParallelDataResponse.Builder.latestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.latestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the most recent update attempt for the parallel data resource.
|
UpdateParallelDataResponse.Builder |
UpdateParallelDataResponse.Builder.status(ParallelDataStatus status)
The status of the parallel data resource that you are attempting to update.
|
CreateParallelDataResponse.Builder |
CreateParallelDataResponse.Builder.status(ParallelDataStatus status)
The status of the parallel data resource.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.status(ParallelDataStatus status)
The status of the parallel data resource.
|
DeleteParallelDataResponse.Builder |
DeleteParallelDataResponse.Builder.status(ParallelDataStatus status)
The status of the parallel data deletion.
|
Copyright © 2023. All rights reserved.