Uses of Class
software.amazon.awssdk.services.qldb.model.S3ExportConfiguration
-
Packages that use S3ExportConfiguration Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of S3ExportConfiguration in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return S3ExportConfiguration Modifier and Type Method Description S3ExportConfigurationExportJournalToS3Request. s3ExportConfiguration()The configuration settings of the Amazon S3 bucket destination for your export request.S3ExportConfigurationJournalS3ExportDescription. s3ExportConfiguration()Returns the value of the S3ExportConfiguration property for this object.Methods in software.amazon.awssdk.services.qldb.model with parameters of type S3ExportConfiguration Modifier and Type Method Description ExportJournalToS3Request.BuilderExportJournalToS3Request.Builder. s3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)The configuration settings of the Amazon S3 bucket destination for your export request.JournalS3ExportDescription.BuilderJournalS3ExportDescription.Builder. s3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)Sets the value of the S3ExportConfiguration property for this object.
-