Uses of Class
software.amazon.cloudformation.proxy.Credentials
-
Packages that use Credentials Package Description software.amazon.cloudformation.injection software.amazon.cloudformation.proxy 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.injection
Methods in software.amazon.cloudformation.injection with parameters of type Credentials Modifier and Type Method Description voidCredentialsProvider. 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 Credentials Constructor Description AmazonWebServicesClientProxy(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)
-