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 java.util.List<FilterRule> |
S3KeyFilter.filterRules |
Modifier and Type | Method and Description |
---|---|
FilterRule |
S3KeyFilter.FilterRuleName.newRule()
Convenience factory method to create a new
FilterRule with name initialized to
this S3KeyFilter.FilterRuleName |
FilterRule |
S3KeyFilter.FilterRuleName.newRule(java.lang.String value)
Convenience factory method to create a new
FilterRule with name initialized to
this S3KeyFilter.FilterRuleName and value initialized to value |
FilterRule |
FilterRule.withName(java.lang.String name)
Sets the name for this
FilterRule and returns this object for method chaining. |
FilterRule |
FilterRule.withValue(java.lang.String value)
Sets the value for this
FilterRule and returns this object for method chaining |
Modifier and Type | Method and Description |
---|---|
java.util.List<FilterRule> |
S3KeyFilter.getFilterRules() |
Modifier and Type | Method and Description |
---|---|
void |
S3KeyFilter.addFilterRule(FilterRule filterRule)
|
S3KeyFilter |
S3KeyFilter.withFilterRules(FilterRule... filterRules)
Convenience varargs method to set the list of
FilterRule s for this
S3KeyFilter and returns this object for method chaining |
Modifier and Type | Method and Description |
---|---|
void |
S3KeyFilter.setFilterRules(java.util.List<FilterRule> filterRules)
Set the list of
FilterRule s for this S3KeyFilter |
S3KeyFilter |
S3KeyFilter.withFilterRules(java.util.List<FilterRule> filterRules)
Set the list of
FilterRule s for this S3KeyFilter and returns this object for
method chaining |
Modifier and Type | Method and Description |
---|---|
FilterRule |
FilterRuleStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |