@Immutable public interface Valve
Modifier and Type | Method and Description |
---|---|
Dosage |
fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys)
Fetch the first dosage.
|
@NotNull(message="dosage is never NULL") Dosage fetch(@NotNull(message="creds can\'t be NULL") Credentials credentials, @NotNull(message="table name can\'t be NULL") String table, @NotNull(message="conditions can\'t be NULL") Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions, @NotNull(message="keys can\'t be NULL") Collection<String> keys)
credentials
- Credentials to AWStable
- Table nameconditions
- Conditionskeys
- Keys of the tableCopyright © 2012–2014 jcabi.com. All rights reserved.