Uses of Interface
software.amazon.cloudformation.injection.CredentialsProvider
-
Packages that use CredentialsProvider Package Description software.amazon.cloudformation software.amazon.cloudformation.injection -
-
Uses of CredentialsProvider in software.amazon.cloudformation
Constructors in software.amazon.cloudformation with parameters of type CredentialsProvider Constructor Description LambdaWrapper(CallbackAdapter<ResourceT> callbackAdapter, CredentialsProvider platformCredentialsProvider, CredentialsProvider providerCredentialsProvider, CloudWatchLogPublisher providerEventsLogger, LogPublisher platformEventsLogger, MetricsPublisher platformMetricsPublisher, MetricsPublisher providerMetricsPublisher, CloudWatchScheduler scheduler, software.amazon.cloudformation.resource.SchemaValidator validator, Serializer serializer, software.amazon.awssdk.http.SdkHttpClient httpClient) -
Uses of CredentialsProvider in software.amazon.cloudformation.injection
Classes in software.amazon.cloudformation.injection that implement CredentialsProvider Modifier and Type Class Description classSessionCredentialsProviderConstructors in software.amazon.cloudformation.injection with parameters of type CredentialsProvider Constructor Description CloudFormationProvider(CredentialsProvider credentialsProvider, software.amazon.awssdk.http.SdkHttpClient httpClient)CloudWatchEventsProvider(CredentialsProvider credentialsProvider, software.amazon.awssdk.http.SdkHttpClient httpClient)CloudWatchLogsProvider(CredentialsProvider credentialsProvider, software.amazon.awssdk.http.SdkHttpClient httpClient)CloudWatchProvider(CredentialsProvider credentialsProvider, software.amazon.awssdk.http.SdkHttpClient httpClient)
-