Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<ImportTableResult> |
AmazonDynamoDBAsyncClient.importTableAsync(ImportTableRequest request,
AsyncHandler<ImportTableRequest,ImportTableResult> asyncHandler) |
Future<ImportTableResult> |
AmazonDynamoDBAsync.importTableAsync(ImportTableRequest importTableRequest,
AsyncHandler<ImportTableRequest,ImportTableResult> asyncHandler)
Imports table data from an S3 bucket.
|
Future<ImportTableResult> |
AbstractAmazonDynamoDBAsync.importTableAsync(ImportTableRequest request,
AsyncHandler<ImportTableRequest,ImportTableResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ImportTableRequest |
ImportTableRequest.clone() |
ImportTableRequest |
ImportTableRequest.withClientToken(String clientToken)
Providing a
ClientToken makes the call to ImportTableInput idempotent, meaning that
multiple identical calls have the same effect as one single call. |
ImportTableRequest |
ImportTableRequest.withInputCompressionType(InputCompressionType inputCompressionType)
Type of compression to be used on the input coming from the imported table.
|
ImportTableRequest |
ImportTableRequest.withInputCompressionType(String inputCompressionType)
Type of compression to be used on the input coming from the imported table.
|
ImportTableRequest |
ImportTableRequest.withInputFormat(InputFormat inputFormat)
The format of the source data.
|
ImportTableRequest |
ImportTableRequest.withInputFormat(String inputFormat)
The format of the source data.
|
ImportTableRequest |
ImportTableRequest.withInputFormatOptions(InputFormatOptions inputFormatOptions)
Additional properties that specify how the input is formatted,
|
ImportTableRequest |
ImportTableRequest.withS3BucketSource(S3BucketSource s3BucketSource)
The S3 bucket that provides the source for the import.
|
ImportTableRequest |
ImportTableRequest.withTableCreationParameters(TableCreationParameters tableCreationParameters)
Parameters for the table to import the data into.
|
Copyright © 2024. All rights reserved.