Package org.tomitribe.jaws.s3
Interface S3
-
public interface S3
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classS3.S3Handler
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description S3Filefile(java.lang.String name)java.util.stream.Stream<S3File>files()S3Fileget()static <T> Tof(java.lang.Class<T> clazz, S3Bucket bucket)static <T> Tof(java.lang.Class<T> clazz, S3File file)S3Fileparent()
-