Uses of Class
software.amazon.awssdk.crt.auth.credentials.CachedCredentialsProvider.CachedCredentialsProviderBuilder
-
Packages that use CachedCredentialsProvider.CachedCredentialsProviderBuilder Package Description software.amazon.awssdk.crt.auth.credentials -
-
Uses of CachedCredentialsProvider.CachedCredentialsProviderBuilder in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials that return CachedCredentialsProvider.CachedCredentialsProviderBuilder Modifier and Type Method Description CachedCredentialsProvider.CachedCredentialsProviderBuilder
CachedCredentialsProvider.CachedCredentialsProviderBuilder. withCachedProvider(CredentialsProvider cachedProvider)
Sets the credentials provider to cache results fromCachedCredentialsProvider.CachedCredentialsProviderBuilder
CachedCredentialsProvider.CachedCredentialsProviderBuilder. withCachingDurationInSeconds(int cachingDurationInSeconds)
Sets the maximum caching duration for any credentials sourced through this provider.
-