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 Type
    Method
    Description
    <CLIENT, BUILDER extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<?, CLIENT>>
    CLIENT
    create(BUILDER builder)
     
  • Method Details

    • create

      <CLIENT, BUILDER extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<?, CLIENT>> CLIENT create(BUILDER builder)