| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionKey |
EncryptionKey.clone() |
EncryptionKey |
OutputDataConfig.getEncryptionKey() |
EncryptionKey |
TerminologyProperties.getEncryptionKey()
The encryption key for the custom terminology.
|
EncryptionKey |
ParallelDataProperties.getEncryptionKey() |
EncryptionKey |
ImportTerminologyRequest.getEncryptionKey()
The encryption key for the custom terminology being imported.
|
EncryptionKey |
CreateParallelDataRequest.getEncryptionKey() |
EncryptionKey |
EncryptionKey.withId(String id)
The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.
|
EncryptionKey |
EncryptionKey.withType(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt this object.
|
EncryptionKey |
EncryptionKey.withType(String type)
The type of encryption key used by Amazon Translate to encrypt this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDataConfig.setEncryptionKey(EncryptionKey encryptionKey) |
void |
TerminologyProperties.setEncryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology.
|
void |
ParallelDataProperties.setEncryptionKey(EncryptionKey encryptionKey) |
void |
ImportTerminologyRequest.setEncryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology being imported.
|
void |
CreateParallelDataRequest.setEncryptionKey(EncryptionKey encryptionKey) |
OutputDataConfig |
OutputDataConfig.withEncryptionKey(EncryptionKey encryptionKey) |
TerminologyProperties |
TerminologyProperties.withEncryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology.
|
ParallelDataProperties |
ParallelDataProperties.withEncryptionKey(EncryptionKey encryptionKey) |
ImportTerminologyRequest |
ImportTerminologyRequest.withEncryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology being imported.
|
CreateParallelDataRequest |
CreateParallelDataRequest.withEncryptionKey(EncryptionKey encryptionKey) |
Copyright © 2022. All rights reserved.