Interface: s3manager.BatchDeleteIterator

import "../ibm-cos-sdk-go/service/s3/s3manager"

Overview

BatchDeleteIterator is an interface that uses the scanner pattern to iterate through what needs to be deleted.

Implemented By

s3manager.DeleteListIterator, s3manager.DeleteObjectsIterator

Interface Method Summary collapse

Interface Method Details

DeleteObject() BatchDeleteObject

This method is abstract.


107
// File 'service/s3/s3manager/batch.go', line 107

DeleteObject() BatchDeleteObject

Err() error

This method is abstract.


106
// File 'service/s3/s3manager/batch.go', line 106

Err() error

Next() bool

This method is abstract.


105
// File 'service/s3/s3manager/batch.go', line 105

Next() bool