Uses of Interface
one.microstream.afs.aws.s3.S3Connector
Package | Description |
---|---|
one.microstream.afs.aws.s3 |
-
Uses of S3Connector in one.microstream.afs.aws.s3
Classes in one.microstream.afs.aws.s3 that implement S3Connector Modifier and Type Class Description static class
S3Connector.Default
Methods in one.microstream.afs.aws.s3 that return S3Connector Modifier and Type Method Description static S3Connector
S3Connector. Caching(software.amazon.awssdk.services.s3.S3Client s3)
Pseudo-constructor method which creates a newS3Connector
with cache.static S3Connector
S3Connector. New(software.amazon.awssdk.services.s3.S3Client s3)
Pseudo-constructor method which creates a newS3Connector
.