JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Index
Help
Search
Submit feedback...
AWS SDK for Java 1.x API Reference - 1.12.781
We
announced
the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to
AWS SDK for Java v2
. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.amazonaws.auth
Interface AccountIdAware
All Known Implementing Classes:
AnonymousAWSCredentials
,
BasicAWSCredentials
,
BasicSessionCredentials
,
PropertiesCredentials
public interface
AccountIdAware
Interface to represent
who
is using the SDK, i.e., the identity of the signer, used for authentication.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getAccountId
()
Returns the AWS account id associated with this credentials object, if found.
Method Detail
getAccountId
String
getAccountId()
Returns the AWS account id associated with this credentials object, if found.
Returns:
Returns the AWS account id associated with this credentials object, if found.
Skip navigation links
Overview
Package
Class
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method