Package dev.mbo.springkotlins3
Class S3Download
-
- All Implemented Interfaces:
public final class S3Download
-
-
Field Summary
Fields Modifier and Type Field Description private final HeadObjectResponsemetadataprivate final GetObjectTaggingResponsetaggingprivate final InputStreamcontent
-
Constructor Summary
Constructors Constructor Description S3Download(HeadObjectResponse metadata, GetObjectTaggingResponse tagging, InputStream content)
-
Method Summary
Modifier and Type Method Description final HeadObjectResponsegetMetadata()final GetObjectTaggingResponsegetTagging()final InputStreamgetContent()-
-
Constructor Detail
-
S3Download
S3Download(HeadObjectResponse metadata, GetObjectTaggingResponse tagging, InputStream content)
-
-
Method Detail
-
getMetadata
final HeadObjectResponse getMetadata()
-
getTagging
final GetObjectTaggingResponse getTagging()
-
getContent
final InputStream getContent()
-
-
-
-