Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.S3BucketTranscriptSource
-
Packages that use S3BucketTranscriptSource Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of S3BucketTranscriptSource in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return S3BucketTranscriptSource Modifier and Type Method Description S3BucketTranscriptSourceTranscriptSourceSetting. s3BucketTranscriptSource()Indicates the setting of the Amazon S3 bucket where the transcript is stored.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type S3BucketTranscriptSource Modifier and Type Method Description TranscriptSourceSetting.BuilderTranscriptSourceSetting.Builder. s3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)Indicates the setting of the Amazon S3 bucket where the transcript is stored.
-