Uses of Interface
software.amazon.cloudformation.injection.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 AbstractWrapper(CredentialsProvider providerCredentialsProvider, LogPublisher platformEventsLogger, CloudWatchLogPublisher providerEventsLogger, MetricsPublisher providerMetricsPublisher, software.amazon.cloudformation.resource.SchemaValidator validator, Serializer serializer, software.amazon.awssdk.http.SdkHttpClient httpClient)ExecutableWrapper(CredentialsProvider providerCredentialsProvider, LogPublisher platformEventsLogger, CloudWatchLogPublisher providerEventsLogger, MetricsPublisher providerMetricsPublisher, software.amazon.cloudformation.resource.SchemaValidator validator, Serializer serializer, software.amazon.awssdk.http.SdkHttpClient httpClient)LambdaWrapper(CredentialsProvider providerCredentialsProvider, LogPublisher platformEventsLogger, CloudWatchLogPublisher providerEventsLogger, MetricsPublisher providerMetricsPublisher, 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)