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 S3Vector integration.
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 TypeInterfaceDescriptioninterfaceCallback 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 TypeInterfaceDescriptioninterfaceCallback 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.configureAsyncClient(T builder, @Nullable AwsClientProperties clientProperties, @Nullable AwsConnectionDetails connectionDetails, @Nullable Stream<? extends AwsClientCustomizer<T>> clientBuilderCustomizer, @Nullable Stream<? extends AwsAsyncClientCustomizer> commonBuilderCustomizer) <T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<T,?>>
TAwsClientBuilderConfigurer.configureSyncClient(T builder, @Nullable AwsClientProperties clientProperties, @Nullable AwsConnectionDetails connectionDetails, @Nullable Stream<? extends AwsClientCustomizer<T>> clientBuilderCustomizer, @Nullable Stream<? extends AwsSyncClientCustomizer> commonBuilderCustomizer) -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.dynamodb
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.dynamodbModifier and TypeInterfaceDescriptioninterfaceCallback 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 TypeInterfaceDescriptioninterfaceCallback 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 TypeInterfaceDescriptioninterfaceCallback interface that can be used to customize aS3ClientBuilder.interfaceCallback interface that can be used to customize aS3EncryptionClient.Builder. -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.s3vectors
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.s3vectorsModifier and TypeInterfaceDescriptioninterfaceCallback interface that can be used to customize aS3VectorsClientBuilder. -
Uses of AwsClientCustomizer in io.awspring.cloud.autoconfigure.ses
Subinterfaces of AwsClientCustomizer in io.awspring.cloud.autoconfigure.sesModifier and TypeInterfaceDescriptioninterfaceCallback 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 TypeInterfaceDescriptioninterfaceCallback 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 TypeInterfaceDescriptioninterfaceCallback interface that can be used to customize aSqsAsyncClientBuilder. -
Uses of AwsClientCustomizer in io.awspring.cloud.kinesis.stream.binder.config
Method parameters in io.awspring.cloud.kinesis.stream.binder.config with type arguments of type AwsClientCustomizerModifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.kinesis.KinesisAsyncClientKinesisBinderConfiguration.amazonKinesis(KinesisProperties properties, ObjectProvider<AwsClientCustomizer<software.amazon.awssdk.services.kinesis.KinesisAsyncClientBuilder>> configurer) software.amazon.awssdk.services.cloudwatch.CloudWatchAsyncClientKinesisBinderConfiguration.cloudWatch(CloudWatchProperties properties, ObjectProvider<AwsClientCustomizer<software.amazon.awssdk.services.cloudwatch.CloudWatchAsyncClientBuilder>> configurer) software.amazon.awssdk.services.dynamodb.DynamoDbAsyncClientKinesisBinderConfiguration.dynamoDB(DynamoDbProperties properties, ObjectProvider<AwsClientCustomizer<software.amazon.awssdk.services.dynamodb.DynamoDbAsyncClientBuilder>> configurer) software.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsClientKinesisBinderConfiguration.dynamoDBStreams(DynamoDbStreamsProperties properties, ObjectProvider<AwsClientCustomizer<software.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsClientBuilder>> configurer)