| Package | Description |
|---|---|
| xyz.jetdrone.vertx.lambda.aws.event |
| Modifier and Type | Method and Description |
|---|---|
S3EventRecord |
S3EventRecord.setAwsRegion(java.lang.String awsRegion)
(Required)
|
S3EventRecord |
S3EventRecord.setEventName(java.lang.String eventName)
(Required)
|
S3EventRecord |
S3EventRecord.setEventSource(java.lang.String eventSource)
(Required)
|
S3EventRecord |
S3EventRecord.setEventTime(java.util.Date eventTime)
(Required)
|
S3EventRecord |
S3EventRecord.setEventVersion(java.lang.String eventVersion)
(Required)
|
S3EventRecord |
S3EventRecord.setRequestParameters(S3RequestParameters requestParameters)
(Required)
|
S3EventRecord |
S3EventRecord.setResponseElements(io.vertx.core.json.JsonObject responseElements)
(Required)
|
S3EventRecord |
S3EventRecord.setS3(S3Entity s3)
(Required)
|
S3EventRecord |
S3EventRecord.setUserIdentity(S3UserIdentity userIdentity)
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<S3EventRecord> |
S3Event.getRecords()
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
S3Event |
S3Event.setRecords(java.util.List<S3EventRecord> records)
(Required)
|
Copyright © 2019. All Rights Reserved.