Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private Filter |
NotificationConfiguration.filter |
Modifier and Type | Method and Description |
---|---|
Filter |
NotificationConfiguration.getFilter()
Filter criteria for determining which S3 objects trigger event notifications.
|
Filter |
Filter.withS3KeyFilter(S3KeyFilter s3KeyFilter)
Sets the
S3KeyFilter for this Filter and returns this object for method
chaining |
Modifier and Type | Method and Description |
---|---|
void |
NotificationConfiguration.setFilter(Filter filter)
Sets the filter criteria for this
NotificationConfiguration . |
NotificationConfiguration |
NotificationConfiguration.withFilter(Filter filter)
Sets the filter criteria for this
NotificationConfiguration and returns this object
for method chaining. |
Modifier and Type | Method and Description |
---|---|
Filter |
FilterStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map.Entry<java.lang.String,NotificationConfiguration> |
LambdaConfigurationStaxUnmarshaller.createLambdaConfig(java.lang.String id,
java.util.List<java.lang.String> events,
java.lang.String functionArn,
java.lang.String invocationRole,
Filter filter) |
private void |
BucketConfigurationXmlFactory.validateFilter(Filter filter) |