Package | Description |
---|---|
com.jcabi.dynamo |
Amazon Dynamo DB Object Layer.
|
com.jcabi.dynamo.retry |
Retry all AWS operations a few times.
|
Modifier and Type | Class and Description |
---|---|
static class |
Credentials.Assumed
Assumed AWS IAM role.
|
static class |
Credentials.Direct
With explicitly specified endpoint.
|
static class |
Credentials.Simple
Simple implementation.
|
Modifier and Type | Field and Description |
---|---|
static Credentials |
Credentials.TEST
Test credentials, for unit testing mostly.
|
Modifier and Type | Method and Description |
---|---|
Dosage |
QueryValve.fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys)
Fetch the first dosage.
|
Dosage |
ScanValve.fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys)
Fetch the first dosage.
|
Dosage |
Valve.fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys)
Fetch the first dosage.
|
Constructor and Description |
---|
Credentials.Direct(Credentials creds,
int port)
Public ctor.
|
Credentials.Direct(Credentials creds,
String pnt)
Public ctor.
|
Region.Simple(Credentials creds)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Dosage |
ReValve.fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys)
Fetch the first dosage.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.