Class S3
java.lang.Object
software.amazon.awssdk.eventnotifications.s3.model.S3
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).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
S3
-
-
Method Details
-
getConfigurationId
- Returns:
- the ID found in the bucket notification configuration
-
getBucket
- Returns:
- the bucket information.
-
getObject
- Returns:
-
getS3SchemaVersion
-
equals
-
hashCode
public int hashCode() -
toString
-