Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.S3BucketLogDestination
-
Packages that use S3BucketLogDestination Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of S3BucketLogDestination in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return S3BucketLogDestination Modifier and Type Method Description S3BucketLogDestinationAudioLogDestination. s3Bucket()The Amazon S3 bucket where the audio log files are stored.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type S3BucketLogDestination Modifier and Type Method Description AudioLogDestination.BuilderAudioLogDestination.Builder. s3Bucket(S3BucketLogDestination s3Bucket)The Amazon S3 bucket where the audio log files are stored.
-