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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

ProfileCredentialsProvider(String profileName)
Creates a new profile credentials provider that returns the AWS security credentials configured for the named profile.
ProfileCredentialsProvider(String profilesConfigFilePath, String profileName)
Creates a new profile credentials provider that returns the AWS security credentials for the specified profiles configuration file and profile name.
ProfileCredentialsProvider(ProfilesConfigFile profilesConfigFile, String profileName)
Creates a new profile credentials provider that returns the AWS security credentials for the specified profiles configuration file and profile name.
ProfileCredentialsProvider()
Creates a new profile credentials provider that returns the AWS security credentials configured for the default profile.

Method

AWSCredentialsgetCredentials()