| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
ServerSideEncryptionConfiguration |
ServerSideEncryptionConfiguration.clone() |
ServerSideEncryptionConfiguration |
UpdateDomainRequest.getServerSideEncryptionConfiguration()
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
ServerSideEncryptionConfiguration |
CreateDomainRequest.getServerSideEncryptionConfiguration()
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
ServerSideEncryptionConfiguration |
Domain.getServerSideEncryptionConfiguration()
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
ServerSideEncryptionConfiguration |
DomainSummary.getServerSideEncryptionConfiguration()
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
ServerSideEncryptionConfiguration |
ServerSideEncryptionConfiguration.withKmsKeyId(String kmsKeyId)
The identifier of the KMS key to use to encrypt data stored by Voice ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainRequest.setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
void |
CreateDomainRequest.setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
void |
Domain.setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
void |
DomainSummary.setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
UpdateDomainRequest |
UpdateDomainRequest.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
CreateDomainRequest |
CreateDomainRequest.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of
your data.
|
Domain |
Domain.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
DomainSummary |
DomainSummary.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
Copyright © 2023. All rights reserved.