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

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

Introduction

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

The text is from its open source code.

Implementation

com.amazonaws.auth.AWSSessionCredentials has the following implementations.
Click this link to see all its implementation.

Constructor

Method

StringgetAWSAccessKeyId()
Returns the AWS access key ID for this credentials object.
StringgetAWSSecretKey()
Returns the AWS secret access key for this credentials object.
StringgetSessionToken()
Returns the session token for this session.