| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
OutputDataConfig.clone() |
OutputDataConfig |
SpeakerEnrollmentJob.getOutputDataConfig()
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.getOutputDataConfig()
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.getOutputDataConfig()
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.getOutputDataConfig()
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 |
OutputDataConfig.withKmsKeyId(String kmsKeyId)
The identifier of the KMS key you want Voice ID to use to encrypt the output file of a speaker enrollment
job/fraudster registration job.
|
OutputDataConfig |
OutputDataConfig.withS3Uri(String s3Uri)
The S3 path of the folder where Voice ID writes the job output file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeakerEnrollmentJob.setOutputDataConfig(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.
|
void |
FraudsterRegistrationJob.setOutputDataConfig(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.
|
void |
StartFraudsterRegistrationJobRequest.setOutputDataConfig(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.
|
void |
StartSpeakerEnrollmentJobRequest.setOutputDataConfig(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.
|
SpeakerEnrollmentJob |
SpeakerEnrollmentJob.withOutputDataConfig(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 |
FraudsterRegistrationJob.withOutputDataConfig(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 |
StartFraudsterRegistrationJobRequest.withOutputDataConfig(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 |
StartSpeakerEnrollmentJobRequest.withOutputDataConfig(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 © 2022. All rights reserved.