Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
S3KeyFilter |
Filter.getS3KeyFilter()
Filter criteria that limits the objects that can trigger event notifications based on their
S3 Key name
|
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 |
S3KeyFilter |
S3KeyFilter.withFilterRules(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 |
---|---|
void |
Filter.setS3KeyFilter(S3KeyFilter s3KeyFilter)
Sets the
S3KeyFilter for this Filter |
Filter |
Filter.withS3KeyFilter(S3KeyFilter s3KeyFilter)
Sets the
S3KeyFilter for this Filter and returns this object for method
chaining |
Copyright © 2024. All rights reserved.