Class S3
- java.lang.Object
-
- software.amazon.awssdk.eventnotifications.s3.model.S3
-
public class S3 extends Object
The s3 key provides information about the bucket and object involved in the event. The object key name value is URL encoded. For example, "red flower.jpg" becomes "red+flower.jpg" (Amazon S3 returns "application/x-www-form-urlencoded" as the content type in the response).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
S3Bucket
getBucket()
String
getConfigurationId()
S3Object
getObject()
String
getS3SchemaVersion()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getConfigurationId
public String getConfigurationId()
- Returns:
- the ID found in the bucket notification configuration
-
getBucket
public S3Bucket getBucket()
- Returns:
- the bucket information.
-
getObject
public S3Object getObject()
- Returns:
-
getS3SchemaVersion
public String getS3SchemaVersion()
-
-