| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
SpeakerEnrollmentJob.outputDataConfig()
The output data config containing the S3 location where Voice ID writes the job output file; you must also
include a KMS key ID to encrypt the file.
|
OutputDataConfig |
StartSpeakerEnrollmentJobRequest.outputDataConfig()
The output data config containing the S3 location where Voice ID writes the job output file; you must also
include a KMS key ID to encrypt the file.
|
OutputDataConfig |
FraudsterRegistrationJob.outputDataConfig()
The output data config containing the S3 location where you want Voice ID to write your job output file; you must
also include a KMS key ID in order to encrypt the file.
|
OutputDataConfig |
StartFraudsterRegistrationJobRequest.outputDataConfig()
The output data config containing the S3 location where Voice ID writes the job output file; you must also
include a KMS key ID to encrypt the file.
|
| Modifier and Type | Method and Description |
|---|---|
SpeakerEnrollmentJob.Builder |
SpeakerEnrollmentJob.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where Voice ID writes the job output file; you must also
include a KMS key ID to encrypt the file.
|
StartSpeakerEnrollmentJobRequest.Builder |
StartSpeakerEnrollmentJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where Voice ID writes the job output file; you must also
include a KMS key ID to encrypt the file.
|
FraudsterRegistrationJob.Builder |
FraudsterRegistrationJob.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where you want Voice ID to write your job output file; you
must also include a KMS key ID in order to encrypt the file.
|
StartFraudsterRegistrationJobRequest.Builder |
StartFraudsterRegistrationJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where Voice ID writes the job output file; you must also
include a KMS key ID to encrypt the file.
|
Copyright © 2023. All rights reserved.