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
- DeleteObject() BatchDeleteObject interface
- Err() error interface
- Next() bool interface
Interface Method Details
DeleteObject() BatchDeleteObject
This method is abstract.
107 |
// File 'service/s3/s3manager/batch.go', line 107 |
Err() error
This method is abstract.
106 |
// File 'service/s3/s3manager/batch.go', line 106
|
Next() bool
This method is abstract.
105 |
// File 'service/s3/s3manager/batch.go', line 105
|