Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.iterable | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.transfer |
Transfer management.
|
Modifier and Type | Method and Description |
---|---|
Iterator<S3ObjectSummary> |
S3Objects.iterator() |
Modifier and Type | Method and Description |
---|---|
List<S3ObjectSummary> |
ListObjectsV2Result.getObjectSummaries()
Gets the list of object summaries describing the objects stored in the
S3 bucket.
|
List<S3ObjectSummary> |
ObjectListing.getObjectSummaries()
Gets the list of object summaries describing the objects stored in the
S3 bucket.
|
Modifier and Type | Method and Description |
---|---|
boolean |
KeyFilter.shouldInclude(S3ObjectSummary objectSummary)
Logic to determine if this key should be included or not.
|
Copyright © 2024. All rights reserved.