Java com.amazonaws.auth BasicAWSCredentials fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.auth BasicAWSCredentials fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.auth BasicAWSCredentials.

The text is from its open source code.

Subclass

com.amazonaws.auth.BasicAWSCredentials has subclasses.
Click this link to see all its subclasses.

Constructor

BasicAWSCredentials(String accessKey, String secretKey)
Constructs a new BasicAWSCredentials object, with the specified AWS access key and AWS secret key.