Uses of Class
software.amazon.awssdk.services.translate.model.EncryptionKey
-
Packages that use EncryptionKey Package Description software.amazon.awssdk.services.translate.model -
-
Uses of EncryptionKey in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return EncryptionKey Modifier and Type Method Description EncryptionKeyCreateParallelDataRequest. encryptionKey()Returns the value of the EncryptionKey property for this object.EncryptionKeyImportTerminologyRequest. encryptionKey()The encryption key for the custom terminology being imported.EncryptionKeyOutputDataConfig. encryptionKey()Returns the value of the EncryptionKey property for this object.EncryptionKeyParallelDataProperties. encryptionKey()Returns the value of the EncryptionKey property for this object.EncryptionKeyTerminologyProperties. encryptionKey()The encryption key for the custom terminology.Methods in software.amazon.awssdk.services.translate.model with parameters of type EncryptionKey Modifier and Type Method Description CreateParallelDataRequest.BuilderCreateParallelDataRequest.Builder. encryptionKey(EncryptionKey encryptionKey)Sets the value of the EncryptionKey property for this object.ImportTerminologyRequest.BuilderImportTerminologyRequest.Builder. encryptionKey(EncryptionKey encryptionKey)The encryption key for the custom terminology being imported.OutputDataConfig.BuilderOutputDataConfig.Builder. encryptionKey(EncryptionKey encryptionKey)Sets the value of the EncryptionKey property for this object.ParallelDataProperties.BuilderParallelDataProperties.Builder. encryptionKey(EncryptionKey encryptionKey)Sets the value of the EncryptionKey property for this object.TerminologyProperties.BuilderTerminologyProperties.Builder. encryptionKey(EncryptionKey encryptionKey)The encryption key for the custom terminology.
-