Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache
-
Packages that use S3ClientCache Package Description com.amazonaws.services.dynamodbv2.datamodeling com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers Standard implementations ofArgumentUnmarshaller
. -
-
Uses of S3ClientCache in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return S3ClientCache Modifier and Type Method Description S3ClientCache
AbstractDynamoDBMapper. getS3ClientCache()
S3ClientCache
DynamoDBMapper. getS3ClientCache()
S3ClientCache
IDynamoDBMapper. getS3ClientCache()
Returns the underlyingS3ClientCache
for accessing S3.Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type S3ClientCache Modifier and Type Method Description static S3Link
S3Link. fromJson(S3ClientCache s3cc, String json)
Deserializes from a JSON string. -
Uses of S3ClientCache in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
Constructors in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers with parameters of type S3ClientCache Constructor Description S3LinkUnmarshaller(S3ClientCache clientCache)
-