Skip to content

Commit

Permalink
Since 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Sep 22, 2024
1 parent c86a6e8 commit 296fdaa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* It gets applied to every configured asynchronous AWS client bean.
*
* @author Maciej Walkowiak
* @since 3.2.1
* @since 3.3.0
*/
public interface CommonAwsAsyncClientCustomizer {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* It gets applied to every configured synchronous AWS client bean.
*
* @author Maciej Walkowiak
* @since 3.2.1
* @since 3.3.0
*/
public interface CommonAwsSyncClientCustomizer {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Callback interface that can be used to customize a {@link DynamoDbClientBuilder}.
*
* @author Maciej Walkowiak
* @since 3.2.1
* @since 3.3.0
*/
@FunctionalInterface
public interface DynamoDbClientCustomizer extends AwsClientCustomizer<DynamoDbClientBuilder> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* @author Maciej Walkowiak
* @since 3.2.1
* @since 3.3.0
*/
@FunctionalInterface
public interface SesClientCustomizer extends AwsClientCustomizer<SesClientBuilder> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* @author Maciej Walkowiak
* @since 3.2.1
* @since 3.3.0
*/
@FunctionalInterface
public interface SnsClientCustomizer extends AwsClientCustomizer<SnsClientBuilder> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* @author Maciej Walkowiak
* @since 3.2.1
* @since 3.3.0
*/
@FunctionalInterface
public interface SqsAsyncClientCustomizer extends AwsClientCustomizer<SqsAsyncClientBuilder> {
Expand Down

0 comments on commit 296fdaa

Please sign in to comment.