| Package | Description |
|---|---|
| io.awspring.cloud.autoconfigure.core |
Auto-configurations for core Spring Cloud AWS components -
AwsCredentialsProvider and
AwsRegionProvider. |
| io.awspring.cloud.autoconfigure.s3 |
Auto-configuration for S3 integrations.
|
| io.awspring.cloud.autoconfigure.ses |
Auto-configuration for Amazon SES (Simple Email Service) integrations.
|
| io.awspring.cloud.autoconfigure.sns |
Auto-configuration for Amazon SNS (Simple Notification Service) integrations.
|
| Modifier and Type | Method and Description |
|---|---|
AwsClientBuilderConfigurer |
AwsAutoConfiguration.awsClientBuilderConfigurer(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider,
software.amazon.awssdk.regions.providers.AwsRegionProvider awsRegionProvider) |
| Constructor and Description |
|---|
S3TransferManagerAutoConfiguration(S3Properties properties,
AwsProperties awsProperties,
software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider,
AwsClientBuilderConfigurer awsClientBuilderConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.ses.SesClient |
SesAutoConfiguration.sesClient(SesProperties properties,
AwsClientBuilderConfigurer awsClientBuilderConfigurer,
ObjectProvider<AwsClientCustomizer<software.amazon.awssdk.services.ses.SesClientBuilder>> configurer) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.sns.SnsClient |
SnsAutoConfiguration.snsClient(SnsProperties properties,
AwsClientBuilderConfigurer awsClientBuilderConfigurer,
ObjectProvider<AwsClientCustomizer<software.amazon.awssdk.services.sns.SnsClientBuilder>> configurer) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.