Uses of Interface
software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain.Builder
Packages that use AwsCredentialsProviderChain.Builder
-
Uses of AwsCredentialsProviderChain.Builder in software.amazon.awssdk.auth.credentials
Methods in software.amazon.awssdk.auth.credentials that return AwsCredentialsProviderChain.BuilderModifier and TypeMethodDescriptionAwsCredentialsProviderChain.Builder.addCredentialsProvider(AwsCredentialsProvider credentialsProvider) Add a credential provider to the chain, after the credential providers that have already been configured.AwsCredentialsProviderChain.Builder.addCredentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Add a credential provider to the chain, after the credential providers that have already been configured.AwsCredentialsProviderChain.builder()Get a new builder for creating aAwsCredentialsProviderChain.AwsCredentialsProviderChain.Builder.credentialsIdentityProviders(Collection<? extends IdentityProvider<? extends AwsCredentialsIdentity>> credentialsProviders) Configure the credentials providers that should be checked for credentials, in the order they should be checked.AwsCredentialsProviderChain.Builder.credentialsProviders(Collection<? extends AwsCredentialsProvider> credentialsProviders) Configure the credentials providers that should be checked for credentials, in the order they should be checked.AwsCredentialsProviderChain.Builder.credentialsProviders(AwsCredentialsProvider... credentialsProviders) Configure the credentials providers that should be checked for credentials, in the order they should be checked.AwsCredentialsProviderChain.Builder.credentialsProviders(IdentityProvider<? extends AwsCredentialsIdentity>... credentialsProviders) Configure the credentials providers that should be checked for credentials, in the order they should be checked.AwsCredentialsProviderChain.Builder.reuseLastProviderEnabled(Boolean reuseLastProviderEnabled) Controls whether the chain should reuse the last successful credentials provider in the chain.AwsCredentialsProviderChain.toBuilder()