Example usage for Java com.amazonaws.auth BasicAWSCredentials fields, constructors, methods, implement or subclass
The text is from its open source code.
BasicAWSCredentials(String accessKey, String secretKey) Constructs a new BasicAWSCredentials object, with the specified AWS access key and AWS secret key. |