sudoemail
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sudoemail
sudoemail
/
com.sudoplatform.sudoemail.s3.types
Package-level
declarations
Types
Types
S3Client
List
Output
Link copied to clipboard
data
class
S3ClientListOutput
(
val
key
:
String
,
val
lastModified
:
Date
)
Representation of a S3 object's metadata.
S3Client
List
Result
Link copied to clipboard
data
class
S3ClientListResult
(
val
items
:
List
<
S3ClientListOutput
>
,
val
nextToken
:
String
?
)
Result from listing S3 objects with pagination support.