Uses of Interface
software.amazon.awssdk.identity.spi.AwsCredentialsIdentity.Builder
-
Packages that use AwsCredentialsIdentity.Builder Package Description software.amazon.awssdk.identity.spi software.amazon.awssdk.identity.spi.internal -
-
Uses of AwsCredentialsIdentity.Builder in software.amazon.awssdk.identity.spi
Subinterfaces of AwsCredentialsIdentity.Builder in software.amazon.awssdk.identity.spi Modifier and Type Interface Description static interfaceAwsSessionCredentialsIdentity.BuilderMethods in software.amazon.awssdk.identity.spi that return AwsCredentialsIdentity.Builder Modifier and Type Method Description AwsCredentialsIdentity.BuilderAwsCredentialsIdentity.Builder. accessKeyId(String accessKeyId)The AWS access key, used to identify the user interacting with services.AwsCredentialsIdentity.BuilderAwsCredentialsIdentity.Builder. accountId(String accountId)The AWS account id associated with this credentials identity.static AwsCredentialsIdentity.BuilderAwsCredentialsIdentity. builder()default AwsCredentialsIdentity.BuilderAwsCredentialsIdentity.Builder. providerName(String providerName)The name of the identity provider that created this credential identity.AwsCredentialsIdentity.BuilderAwsCredentialsIdentity.Builder. secretAccessKey(String secretAccessKey)The AWS secret access key, used to authenticate the user interacting with services. -
Uses of AwsCredentialsIdentity.Builder in software.amazon.awssdk.identity.spi.internal
Methods in software.amazon.awssdk.identity.spi.internal that return AwsCredentialsIdentity.Builder Modifier and Type Method Description static AwsCredentialsIdentity.BuilderDefaultAwsCredentialsIdentity. builder()
-