Uses of Class
software.amazon.awssdk.services.translate.model.TerminologyProperties
-
Packages that use TerminologyProperties Package Description software.amazon.awssdk.services.translate.model -
-
Uses of TerminologyProperties in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return TerminologyProperties Modifier and Type Method Description TerminologyPropertiesGetTerminologyResponse. terminologyProperties()The properties of the custom terminology being retrieved.TerminologyPropertiesImportTerminologyResponse. terminologyProperties()The properties of the custom terminology being imported.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type TerminologyProperties Modifier and Type Method Description List<TerminologyProperties>ListTerminologiesResponse. terminologyPropertiesList()The properties list of the custom terminologies returned on the list request.Methods in software.amazon.awssdk.services.translate.model with parameters of type TerminologyProperties Modifier and Type Method Description GetTerminologyResponse.BuilderGetTerminologyResponse.Builder. terminologyProperties(TerminologyProperties terminologyProperties)The properties of the custom terminology being retrieved.ImportTerminologyResponse.BuilderImportTerminologyResponse.Builder. terminologyProperties(TerminologyProperties terminologyProperties)The properties of the custom terminology being imported.ListTerminologiesResponse.BuilderListTerminologiesResponse.Builder. terminologyPropertiesList(TerminologyProperties... terminologyPropertiesList)The properties list of the custom terminologies returned on the list request.Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type TerminologyProperties Modifier and Type Method Description ListTerminologiesResponse.BuilderListTerminologiesResponse.Builder. terminologyPropertiesList(Collection<TerminologyProperties> terminologyPropertiesList)The properties list of the custom terminologies returned on the list request.
-