Uses of Class
software.amazon.cloudformation.proxy.Credentials
Packages that use Credentials
Package
Description
This package provide facilities to make it easy to work against AWS APIs that
are eventually consistent for applying resource state.
-
Uses of Credentials in software.amazon.cloudformation.encryption
Methods in software.amazon.cloudformation.encryption that return CredentialsModifier and TypeMethodDescriptionCipher.decryptCredentials(String encryptedCredentials) KMSCipher.decryptCredentials(String encryptedCredentials) -
Uses of Credentials in software.amazon.cloudformation.injection
Methods in software.amazon.cloudformation.injection with parameters of type CredentialsModifier and TypeMethodDescriptionvoidCredentialsProvider.setCredentials(Credentials credentials) Inject a new set of credentials (passed through from caller)voidSessionCredentialsProvider.setCredentials(Credentials credentials) -
Uses of Credentials in software.amazon.cloudformation.proxy
Constructors in software.amazon.cloudformation.proxy with parameters of type CredentialsModifierConstructorDescriptionAmazonWebServicesClientProxy(LoggerProxy loggerProxy, Credentials credentials, Supplier<Long> remainingTimeToExecute) AmazonWebServicesClientProxy(LoggerProxy loggerProxy, Credentials credentials, Supplier<Long> remainingTimeToExecute, DelayFactory override) AmazonWebServicesClientProxy(LoggerProxy loggerProxy, Credentials credentials, DelayFactory override, WaitStrategy waitStrategy)