Uses of Class
software.amazon.awssdk.services.translate.model.ParallelDataProperties
-
Packages that use ParallelDataProperties Package Description software.amazon.awssdk.services.translate.model -
-
Uses of ParallelDataProperties in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return ParallelDataProperties Modifier and Type Method Description ParallelDataPropertiesGetParallelDataResponse. parallelDataProperties()The properties of the parallel data resource that is being retrieved.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type ParallelDataProperties Modifier and Type Method Description List<ParallelDataProperties>ListParallelDataResponse. parallelDataPropertiesList()The properties of the parallel data resources returned by this request.Methods in software.amazon.awssdk.services.translate.model with parameters of type ParallelDataProperties Modifier and Type Method Description GetParallelDataResponse.BuilderGetParallelDataResponse.Builder. parallelDataProperties(ParallelDataProperties parallelDataProperties)The properties of the parallel data resource that is being retrieved.ListParallelDataResponse.BuilderListParallelDataResponse.Builder. parallelDataPropertiesList(ParallelDataProperties... parallelDataPropertiesList)The properties of the parallel data resources returned by this request.Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type ParallelDataProperties Modifier and Type Method Description ListParallelDataResponse.BuilderListParallelDataResponse.Builder. parallelDataPropertiesList(Collection<ParallelDataProperties> parallelDataPropertiesList)The properties of the parallel data resources returned by this request.
-