Package 

Interface S3ClientProvider

  • All Implemented Interfaces:

    
    public interface S3ClientProvider
    
                        

    S3 Client Provider

    Factory/provider for creating S3Client instances.

    This is the entrypoint for specific implementations of the S34K API.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract S3Client new(S3Config config) Provides a new S3Client instance, configured by the passed S3Config instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail