-
- All Implemented Interfaces:
-
org.veupathdb.lib.s3.s34k.params.RegionRequestParams,org.veupathdb.lib.s3.s34k.params.S3RequestParams
public interface BucketDeleteParams implements RegionRequestParams
Bucket delete request parameters.
-
-
Method Summary
Modifier and Type Method Description abstract Function0<Unit>getCallback()Optional callback that will be executed on successful completion of the S3 operation. abstract UnitsetCallback(Function0<Unit> callback)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
-
getCallback
abstract Function0<Unit> getCallback()
Optional callback that will be executed on successful completion of the S3 operation.
-
setCallback
abstract Unit setCallback(Function0<Unit> callback)
Optional callback that will be executed on successful completion of the S3 operation.
-
-
-
-