Groovy Documentation

griffon.plugins.dynamodb
[Java] Interface DynamodbProvider


public interface DynamodbProvider

Authors:
Andres Almiray


Method Summary
Object withDynamodb(Closure closure)

Object withDynamodb(String clientName, Closure closure)

Object withDynamodb(CallableWithArgs callable)

Object withDynamodb(String clientName, CallableWithArgs callable)

 

Method Detail

withDynamodb

public Object withDynamodb(Closure closure)


withDynamodb

public Object withDynamodb(String clientName, Closure closure)


withDynamodb

public Object withDynamodb(CallableWithArgs callable)


withDynamodb

public Object withDynamodb(String clientName, CallableWithArgs callable)


 

Groovy Documentation