-
- All Implemented Interfaces:
-
org.veupathdb.lib.s3.s34k.params.RegionRequestParams,org.veupathdb.lib.s3.s34k.params.S3RequestParams
public interface MultiObjectDeleteParams implements RegionRequestParams
Multi-Object delete request parameters.
-
-
Method Summary
Modifier and Type Method Description abstract MutablePathSetgetPaths()Collection of paths to the target objects that will be deleted. abstract Function0<Unit>getCallback()Optional callback that will be executed on successful completion of the S3 operation. -
Methods inherited from class org.veupathdb.lib.s3.s34k.params.RegionRequestParams
getRegion, setRegion -
Methods inherited from class org.veupathdb.lib.s3.s34k.params.S3RequestParams
getHeaders, getQueryParams -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPaths
abstract MutablePathSet getPaths()
Collection of paths to the target objects that will be deleted.
-
getCallback
abstract Function0<Unit> getCallback()
Optional callback that will be executed on successful completion of the S3 operation.
-
-
-
-