Class ListObjectsHelper
- java.lang.Object
-
- software.amazon.awssdk.transfer.s3.internal.ListObjectsHelper
-
public class ListObjectsHelper extends Object
A helper class that returns all objects within a bucket given aListObjectsV2Request
recursively.
-
-
Constructor Summary
Constructors Constructor Description ListObjectsHelper(Function<ListObjectsV2Request,CompletableFuture<ListObjectsV2Response>> listObjectsFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkPublisher<S3Object>
listS3ObjectsRecursively(ListObjectsV2Request firstRequest)
-
-
-
Constructor Detail
-
ListObjectsHelper
public ListObjectsHelper(Function<ListObjectsV2Request,CompletableFuture<ListObjectsV2Response>> listObjectsFunction)
-
-
Method Detail
-
listS3ObjectsRecursively
public SdkPublisher<S3Object> listS3ObjectsRecursively(ListObjectsV2Request firstRequest)
-
-