Class DefaultAwsCredentialsIdentity
- java.lang.Object
-
- software.amazon.awssdk.identity.spi.internal.DefaultAwsCredentialsIdentity
-
- All Implemented Interfaces:
AwsCredentialsIdentity,Identity
public final class DefaultAwsCredentialsIdentity extends Object implements AwsCredentialsIdentity
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessKeyId()Retrieve the AWS access key, used to identify the user interacting with services.static AwsCredentialsIdentity.Builderbuilder()booleanequals(Object o)inthashCode()StringsecretAccessKey()Retrieve the AWS secret access key, used to authenticate the user interacting with services.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.identity.spi.Identity
expirationTime
-
-
-
-
Method Detail
-
builder
public static AwsCredentialsIdentity.Builder builder()
-
accessKeyId
public String accessKeyId()
Description copied from interface:AwsCredentialsIdentityRetrieve the AWS access key, used to identify the user interacting with services.- Specified by:
accessKeyIdin interfaceAwsCredentialsIdentity
-
secretAccessKey
public String secretAccessKey()
Description copied from interface:AwsCredentialsIdentityRetrieve the AWS secret access key, used to authenticate the user interacting with services.- Specified by:
secretAccessKeyin interfaceAwsCredentialsIdentity
-
-