public class NotificationConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
NotificationConfiguration() |
NotificationConfiguration(Set<String> events,
List<String> objectPrefixes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<String> |
getEvents()
Returns the set of events associated with this notification configuration.
|
List<String> |
getObjectPrefixes()
Retuns the list of Amazon S3 object prefixes for this notification configuration.
|
int |
hashCode() |
public Set<String> getEvents()
public List<String> getObjectPrefixes()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.