Uses of Class
software.amazon.awssdk.services.voiceid.model.OutputDataConfig
-
Packages that use OutputDataConfig Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of OutputDataConfig in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return OutputDataConfig Modifier and Type Method Description OutputDataConfigFraudsterRegistrationJob. 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.OutputDataConfigSpeakerEnrollmentJob. 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.OutputDataConfigStartFraudsterRegistrationJobRequest. 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.OutputDataConfigStartSpeakerEnrollmentJobRequest. 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.Methods in software.amazon.awssdk.services.voiceid.model with parameters of type OutputDataConfig Modifier and Type Method Description FraudsterRegistrationJob.BuilderFraudsterRegistrationJob.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.SpeakerEnrollmentJob.BuilderSpeakerEnrollmentJob.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.StartFraudsterRegistrationJobRequest.BuilderStartFraudsterRegistrationJobRequest.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.BuilderStartSpeakerEnrollmentJobRequest.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.
-