| Constructor and Description |
|---|
PrefixKeysIterator(com.amazonaws.services.s3.AmazonS3 amazonS3,
String bucket,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachRemaining(Consumer<? super String> action) |
boolean |
hasNext() |
String |
next() |
void |
remove() |
public void forEachRemaining(Consumer<? super String> action)
forEachRemaining in interface Iterator<String>Copyright © 2019. All rights reserved.