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

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

Introduction

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

The text is from its open source code.

Constructor

PropertiesCredentials(File file)
Reads the specified file as a Java properties file and extracts the AWS access key from the "accessKey" property and AWS secret access key from the "secretKey" property.
PropertiesCredentials(InputStream inputStream)
Reads the specified input stream as a stream of Java properties file content and extracts the AWS access key ID and secret access key from the properties.

Method