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