Uses of Interface
software.amazon.awssdk.identity.spi.AwsCredentialsIdentity
-
Packages that use AwsCredentialsIdentity Package Description software.amazon.awssdk.identity.spi software.amazon.awssdk.identity.spi.internal -
-
Uses of AwsCredentialsIdentity in software.amazon.awssdk.identity.spi
Subinterfaces of AwsCredentialsIdentity in software.amazon.awssdk.identity.spi Modifier and Type Interface Description interfaceAwsSessionCredentialsIdentityA special type ofAwsCredentialsIdentitythat provides a session token to be used in service authentication.Methods in software.amazon.awssdk.identity.spi that return AwsCredentialsIdentity Modifier and Type Method Description AwsCredentialsIdentityAwsCredentialsIdentity.Builder. build()static AwsCredentialsIdentityAwsCredentialsIdentity. create(String accessKeyId, String secretAccessKey)Constructs a new credentials object, with the specified AWS access key and AWS secret key. -
Uses of AwsCredentialsIdentity in software.amazon.awssdk.identity.spi.internal
Classes in software.amazon.awssdk.identity.spi.internal that implement AwsCredentialsIdentity Modifier and Type Class Description classDefaultAwsCredentialsIdentityclassDefaultAwsSessionCredentialsIdentity
-