Uses of Interface
io.awspring.cloud.autoconfigure.AwsClientCustomizer
Packages that use AwsClientCustomizer
Package
Description
ConfigDataLoader
implementation for AWS Parameter Store.ConfigDataLoader
implementation for AWS Secrets Manager.Auto-configurations for core Spring Cloud AWS components -
AwsCredentialsProvider
and
AwsRegionProvider
.Auto-configuration for DynamoDB integration.
Auto-configuration for CloudWatch integration.
Auto-configuration for S3 integrations.
Auto-configuration for Amazon SES (Simple Email Service) integrations.
Auto-configuration for Amazon SNS (Simple Notification Service) integrations.
Auto-configuration for Amazon SQS (Simple Queue Service) integrations.
-
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.config.parameterstore
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.config.parameterstoreModifier and TypeInterfaceDescriptioninterface
Callback interface that can be used to customize aSsmClientBuilder
. -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.config.secretsmanager
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.config.secretsmanagerModifier and TypeInterfaceDescriptioninterface
Callback interface that can be used to customize aSecretsManagerClientBuilder
. -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.core
Method parameters in io.awspring.cloud.autoconfigure.core with type arguments of type AwsClientCustomizerModifier and TypeMethodDescription<T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<T,
?>>
TAwsClientBuilderConfigurer.configure
(T builder, AwsClientProperties clientProperties, AwsConnectionDetails connectionDetails, AwsClientCustomizer<T> customizer, Stream<? extends AwsClientCustomizer<T>> clientBuilderCustomizer) Deprecated.<T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<T,
?>>
TAwsClientBuilderConfigurer.configureAsyncClient
(T builder, AwsClientProperties clientProperties, AwsConnectionDetails connectionDetails, AwsClientCustomizer<T> customizer, Stream<? extends AwsClientCustomizer<T>> clientBuilderCustomizer, Stream<? extends AwsAsyncClientCustomizer> commonBuilderCustomizer) Deprecated.<T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<T,
?>>
TAwsClientBuilderConfigurer.configureAsyncClient
(T builder, AwsClientProperties clientProperties, AwsConnectionDetails connectionDetails, Stream<? extends AwsClientCustomizer<T>> clientBuilderCustomizer, Stream<? extends AwsAsyncClientCustomizer> commonCustomizers) <T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<T,
?>>
TAwsClientBuilderConfigurer.configureSyncClient
(T builder, AwsClientProperties clientProperties, AwsConnectionDetails connectionDetails, AwsClientCustomizer<T> customizer, Stream<? extends AwsClientCustomizer<T>> clientBuilderCustomizer, Stream<? extends AwsSyncClientCustomizer> commonBuilderCustomizer) Deprecated.<T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<T,
?>>
TAwsClientBuilderConfigurer.configureSyncClient
(T builder, AwsClientProperties clientProperties, AwsConnectionDetails connectionDetails, Stream<? extends AwsClientCustomizer<T>> clientBuilderCustomizer, Stream<? extends AwsSyncClientCustomizer> commonCustomizers) -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.dynamodb
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.dynamodbModifier and TypeInterfaceDescriptioninterface
Callback interface that can be used to customize aDynamoDbClientBuilder
. -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.metrics
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.metricsModifier and TypeInterfaceDescriptioninterface
Callback interface that can be used to customize aCloudWatchAsyncClientBuilder
. -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.s3
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.s3Modifier and TypeInterfaceDescriptioninterface
Callback interface that can be used to customize aS3ClientBuilder
.interface
Callback interface that can be used to customize aS3EncryptionClient.Builder
. -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.ses
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.sesModifier and TypeInterfaceDescriptioninterface
Callback interface that can be used to customize aSesClientBuilder
. -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.sns
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.snsModifier and TypeInterfaceDescriptioninterface
Callback interface that can be used to customize aSnsClientBuilder
. -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.sqs
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.sqsModifier and TypeInterfaceDescriptioninterface
Callback interface that can be used to customize aSqsAsyncClientBuilder
.
AwsClientBuilderConfigurer.configureSyncClient(AwsClientBuilder, AwsClientProperties, AwsConnectionDetails, Stream, Stream)
.