Package io.aws.lambda.events.s3
Class S3BatchResponse
- java.lang.Object
-
- io.aws.lambda.events.s3.S3BatchResponse
-
public class S3BatchResponse extends java.lang.ObjectEvent to represent the response which should be returned as part of a S3 Batch custom action. https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-invoke-lambda.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classS3BatchResponse.Resultstatic classS3BatchResponse.ResultCode
-
Constructor Summary
Constructors Constructor Description S3BatchResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3BatchResponsefromS3BatchEvent(S3BatchEvent s3BatchEvent)@NotNull java.util.List<S3BatchResponse.Result>getResults()
-
-
-
Method Detail
-
getResults
@NotNull public @NotNull java.util.List<S3BatchResponse.Result> getResults()
-
fromS3BatchEvent
public static S3BatchResponse fromS3BatchEvent(S3BatchEvent s3BatchEvent)
-
-