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 S3BucketSourceImportSummary. s3BucketSource()The path and S3 bucket of the source file that is being imported.S3BucketSourceImportTableDescription. s3BucketSource()Values for the S3 bucket the source file is imported from.S3BucketSourceImportTableRequest. 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.BuilderImportSummary.Builder. s3BucketSource(S3BucketSource s3BucketSource)The path and S3 bucket of the source file that is being imported.ImportTableDescription.BuilderImportTableDescription.Builder. s3BucketSource(S3BucketSource s3BucketSource)Values for the S3 bucket the source file is imported from.ImportTableRequest.BuilderImportTableRequest.Builder. s3BucketSource(S3BucketSource s3BucketSource)The S3 bucket that provides the source for the import.
-