-
- All Implemented Interfaces:
-
org.veupathdb.lib.s3.s34k.params.S3RequestParams
public interface DDDeleteParams implements S3RequestParams
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetBypassGovernance()Defaults to falseabstract UnitsetBypassGovernance(Boolean bypassGovernance)Defaults to falseabstract Function0<Unit>getCallback()Optional callback that will be executed on completion of the object delete phase of the directory delete operation. abstract UnitsetCallback(Function0<Unit> callback)Optional callback that will be executed on completion of the object delete phase of the directory delete operation. -
-
Method Detail
-
getBypassGovernance
abstract Boolean getBypassGovernance()
Defaults to
false
-
setBypassGovernance
abstract Unit setBypassGovernance(Boolean bypassGovernance)
Defaults to
false
-
getCallback
abstract Function0<Unit> getCallback()
Optional callback that will be executed on completion of the object delete phase of the directory delete operation.
If the object delete phase is never reached, this callback will not be called.s
-
setCallback
abstract Unit setCallback(Function0<Unit> callback)
Optional callback that will be executed on completion of the object delete phase of the directory delete operation.
If the object delete phase is never reached, this callback will not be called.s
-
-
-
-