Package 

Interface DeleteParams

  • All Implemented Interfaces:
    org.veupathdb.lib.s3.s34k.params.RegionRequestParams , org.veupathdb.lib.s3.s34k.params.S3RequestParams

    
    public interface DeleteParams
     implements RegionRequestParams
                        

    Generalized delete operation parameters.

    This type can be configured in the context of a method that provides the S3 type specific fields, then converted to the actual required type upon method execution.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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 Unit setCallback(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
    • Constructor Detail

    • 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.