Uses of Class
software.amazon.awssdk.auth.token.credentials.SdkTokenProviderChain
Packages that use SdkTokenProviderChain
-
Uses of SdkTokenProviderChain in software.amazon.awssdk.auth.token.credentials
Methods in software.amazon.awssdk.auth.token.credentials that return SdkTokenProviderChainModifier and TypeMethodDescriptionSdkTokenProviderChain.Builder.build()static SdkTokenProviderChainSdkTokenProviderChain.of(SdkTokenProvider... sdkTokenProviders) Create a token provider chain with default configuration that checks the given token providers.static SdkTokenProviderChainSdkTokenProviderChain.of(IdentityProvider<? extends TokenIdentity>... sdkTokenProviders) Create a token provider chain with default configuration that checks the given token providers.