Package io.awspring.cloud.testcontainers
Interface AwsClientFactory
- All Known Implementing Classes:
LocalstackAwsClientFactory
public interface AwsClientFactory
Provides convenient way to construct AWS SDK clients.
- Since:
- 3.2.0
- Author:
- Maciej Walkowiak
-
Method Summary
Modifier and TypeMethodDescription<CLIENT,
BUILDER extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<?, CLIENT>>
CLIENTcreate
(BUILDER builder)
-
Method Details
-
create
<CLIENT,BUILDER extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<?, CLIENT createCLIENT>> (BUILDER builder)
-