Uses of Interface
software.amazon.awssdk.identity.spi.AwsCredentialsIdentity.Builder
Packages that use AwsCredentialsIdentity.Builder
Package
Description
-
Uses of AwsCredentialsIdentity.Builder in software.amazon.awssdk.identity.spi
Subinterfaces of AwsCredentialsIdentity.Builder in software.amazon.awssdk.identity.spiMethods in software.amazon.awssdk.identity.spi that return AwsCredentialsIdentity.BuilderModifier and TypeMethodDescriptionAwsCredentialsIdentity.Builder.accessKeyId(String accessKeyId) The AWS access key, used to identify the user interacting with services.The AWS account id associated with this credentials identity.AwsCredentialsIdentity.builder()default AwsCredentialsIdentity.BuilderAwsCredentialsIdentity.Builder.providerName(String providerName) The name of the identity provider that created this credential identity.AwsCredentialsIdentity.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