Uses of Class
software.amazon.awssdk.services.dynamodb.model.S3BucketSource
-
Packages that use S3BucketSource Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of S3BucketSource in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return S3BucketSource Modifier and Type Method Description S3BucketSource
ImportSummary. s3BucketSource()
The path and S3 bucket of the source file that is being imported.S3BucketSource
ImportTableDescription. s3BucketSource()
Values for the S3 bucket the source file is imported from.S3BucketSource
ImportTableRequest. s3BucketSource()
The S3 bucket that provides the source for the import.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type S3BucketSource Modifier and Type Method Description ImportSummary.Builder
ImportSummary.Builder. s3BucketSource(S3BucketSource s3BucketSource)
The path and S3 bucket of the source file that is being imported.ImportTableDescription.Builder
ImportTableDescription.Builder. s3BucketSource(S3BucketSource s3BucketSource)
Values for the S3 bucket the source file is imported from.ImportTableRequest.Builder
ImportTableRequest.Builder. s3BucketSource(S3BucketSource s3BucketSource)
The S3 bucket that provides the source for the import.
-