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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

AWSCredentialsProviderChain(List credentialsProviders)
Constructs a new AWSCredentialsProviderChain with the specified credential providers.
AWSCredentialsProviderChain(AWSCredentialsProvider... credentialsProviders)
Constructs a new AWSCredentialsProviderChain with the specified credential providers.

Method

AWSCredentialsgetCredentials()
voidsetReuseLastProvider(boolean b)
Enables or disables caching of the last successful credentials provider in this chain.