public interface KeyFilter
| Modifier and Type | Field and Description | 
|---|---|
static KeyFilter | 
INCLUDE_ALL
Default filter that includes all keys. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
shouldInclude(S3ObjectSummary objectSummary)
Logic to determine if this key should be included or not. 
 | 
static final KeyFilter INCLUDE_ALL
boolean shouldInclude(S3ObjectSummary objectSummary)
objectSummary - the S3ObjectSummary for the keyCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.