listBucketNames abstract method

Stream<String> listBucketNames()

List names of all buckets.

Returns a Stream of bucket names.

Implementation

Stream<String> listBucketNames();