Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers |
Standard implementations of
ArgumentUnmarshaller . |
Modifier and Type | Field and Description |
---|---|
private S3ClientCache |
S3Link.s3cc |
private S3ClientCache |
DynamoDBMapper.s3cc |
private S3ClientCache |
ConversionSchemas.StandardItemConverter.s3cc |
Modifier and Type | Method and Description |
---|---|
S3ClientCache |
IDynamoDBMapper.getS3ClientCache()
Returns the underlying
S3ClientCache for accessing S3. |
S3ClientCache |
DynamoDBMapper.getS3ClientCache() |
S3ClientCache |
AbstractDynamoDBMapper.getS3ClientCache() |
Modifier and Type | Method and Description |
---|---|
static S3Link |
S3Link.fromJson(S3ClientCache s3cc,
java.lang.String json)
Deserializes from a JSON string.
|
Constructor and Description |
---|
S3Link(S3ClientCache s3cc,
Region region,
java.lang.String bucketName,
java.lang.String key) |
S3Link(S3ClientCache s3cc,
S3Link.ID id) |
S3Link(S3ClientCache s3cc,
java.lang.String bucketName,
java.lang.String key) |
StandardItemConverter(ConversionSchemas.MarshallerSet marshallerSet,
ConversionSchemas.UnmarshallerSet unmarshallerSet,
DynamoDBMappingsRegistry registry,
S3ClientCache s3cc) |
Modifier and Type | Field and Description |
---|---|
private S3ClientCache |
S3LinkUnmarshaller.clientCache |
Constructor and Description |
---|
S3LinkUnmarshaller(S3ClientCache clientCache) |