Groovy Documentation

griffon.plugins.simpledb
[Groovy] Class SimpledbConnector.SimpledbCredentials

java.lang.Object
  griffon.plugins.simpledb.SimpledbConnector.SimpledbCredentials
All Implemented Interfaces:
com.amazonaws.auth.AWSCredentials

private static class SimpledbConnector.SimpledbCredentials

Field Summary
private String accessKey

private String secretKey

 
Constructor Summary
SimpledbConnector.SimpledbCredentials(String accessKey, String secretKey)

 
Method Summary
String getAWSAccessKeyId()

String getAWSSecretKey()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

accessKey

private final String accessKey


secretKey

private final String secretKey


 
Constructor Detail

SimpledbConnector.SimpledbCredentials

SimpledbConnector.SimpledbCredentials(String accessKey, String secretKey)


 
Method Detail

getAWSAccessKeyId

String getAWSAccessKeyId()


getAWSSecretKey

String getAWSSecretKey()


 

Groovy Documentation