Java com.amazonaws.services.securitytoken.model Credentials fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.securitytoken.model Credentials fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.securitytoken.model Credentials.

The text is from its open source code.

Constructor

Credentials()
Default constructor for Credentials object.
Credentials(String accessKeyId, String secretAccessKey, String sessionToken, java.util.Date expiration)
Constructs a new Credentials object.

Method

StringgetAccessKeyId()

The access key ID that identifies the temporary security credentials.

java.util.DategetExpiration()

The date on which the current credentials expire.

StringgetSecretAccessKey()

The secret access key that can be used to sign requests.

StringgetSessionToken()

The token that users must pass to the service API to use the temporary credentials.

voidsetAccessKeyId(String accessKeyId)

The access key ID that identifies the temporary security credentials.

voidsetSecretAccessKey(String secretAccessKey)

The secret access key that can be used to sign requests.

voidsetSessionToken(String sessionToken)

The token that users must pass to the service API to use the temporary credentials.