Uses of Class
software.amazon.awssdk.services.dynamodb.model.S3BucketSource
Packages that use S3BucketSource
-
Uses of S3BucketSource in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return S3BucketSourceModifier and TypeMethodDescriptionfinal S3BucketSourceImportSummary.s3BucketSource()The path and S3 bucket of the source file that is being imported.final S3BucketSourceImportTableDescription.s3BucketSource()Values for the S3 bucket the source file is imported from.final S3BucketSourceImportTableRequest.s3BucketSource()The S3 bucket that provides the source for the import.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type S3BucketSourceModifier and TypeMethodDescriptionImportSummary.Builder.s3BucketSource(S3BucketSource s3BucketSource) The path and S3 bucket of the source file that is being imported.ImportTableDescription.Builder.s3BucketSource(S3BucketSource s3BucketSource) Values for the S3 bucket the source file is imported from.ImportTableRequest.Builder.s3BucketSource(S3BucketSource s3BucketSource) The S3 bucket that provides the source for the import.