Uses of Class
io.awspring.cloud.autoconfigure.config.parameterstore.ParameterStoreProperties
Packages that use ParameterStoreProperties
Package
Description
ConfigDataLoader
implementation for AWS Parameter Store.-
Uses of ParameterStoreProperties in io.awspring.cloud.autoconfigure.config.parameterstore
Methods in io.awspring.cloud.autoconfigure.config.parameterstore that return ParameterStorePropertiesModifier and TypeMethodDescriptionprotected ParameterStoreProperties
ParameterStoreConfigDataLocationResolver.loadProperties
(org.springframework.boot.context.properties.bind.Binder binder) Methods in io.awspring.cloud.autoconfigure.config.parameterstore with parameters of type ParameterStorePropertiesModifier and TypeMethodDescriptionParameterStoreReloadAutoConfiguration.parameterStoreConfigurationUpdateStrategy
(ParameterStoreProperties properties, Optional<org.springframework.cloud.context.restart.RestartEndpoint> restarter, org.springframework.cloud.context.refresh.ContextRefresher refresher) ParameterStoreReloadAutoConfiguration.parameterStorePollingAwsPropertySourceChangeDetector
(ParameterStoreProperties properties, ConfigurationUpdateStrategy strategy, org.springframework.cloud.commons.util.TaskSchedulerWrapper<TaskScheduler> taskScheduler, ConfigurableEnvironment environment) software.amazon.awssdk.services.ssm.SsmClient
ParameterStoreAutoConfiguration.ssmClient
(ParameterStoreProperties properties, AwsClientBuilderConfigurer awsClientBuilderConfigurer, ObjectProvider<AwsClientCustomizer<software.amazon.awssdk.services.ssm.SsmClientBuilder>> customizers, ObjectProvider<SsmClientCustomizer> ssmClientCustomizers, ObjectProvider<AwsSyncClientCustomizer> awsSyncClientCustomizers, ObjectProvider<AwsConnectionDetails> connectionDetails)