Uses of Class
software.amazon.awssdk.services.translate.model.ParallelDataStatus
-
Packages that use ParallelDataStatus Package Description software.amazon.awssdk.services.translate.model -
-
Uses of ParallelDataStatus in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return ParallelDataStatus Modifier and Type Method Description static ParallelDataStatusParallelDataStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParallelDataStatusParallelDataProperties. latestUpdateAttemptStatus()The status of the most recent update attempt for the parallel data resource.ParallelDataStatusUpdateParallelDataResponse. latestUpdateAttemptStatus()The status of the parallel data update attempt.ParallelDataStatusCreateParallelDataResponse. status()The status of the parallel data resource.ParallelDataStatusDeleteParallelDataResponse. status()The status of the parallel data deletion.ParallelDataStatusParallelDataProperties. status()The status of the parallel data resource.ParallelDataStatusUpdateParallelDataResponse. status()The status of the parallel data resource that you are attempting to update.static ParallelDataStatusParallelDataStatus. 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.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type ParallelDataStatus Modifier and Type Method Description static Set<ParallelDataStatus>ParallelDataStatus. knownValues()Methods in software.amazon.awssdk.services.translate.model with parameters of type ParallelDataStatus Modifier and Type Method Description ParallelDataProperties.BuilderParallelDataProperties.Builder. latestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)The status of the most recent update attempt for the parallel data resource.UpdateParallelDataResponse.BuilderUpdateParallelDataResponse.Builder. latestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)The status of the parallel data update attempt.CreateParallelDataResponse.BuilderCreateParallelDataResponse.Builder. status(ParallelDataStatus status)The status of the parallel data resource.DeleteParallelDataResponse.BuilderDeleteParallelDataResponse.Builder. status(ParallelDataStatus status)The status of the parallel data deletion.ParallelDataProperties.BuilderParallelDataProperties.Builder. status(ParallelDataStatus status)The status of the parallel data resource.UpdateParallelDataResponse.BuilderUpdateParallelDataResponse.Builder. status(ParallelDataStatus status)The status of the parallel data resource that you are attempting to update.
-