Package 

Interface ExistsParams

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

    
    public interface ExistsParams
     implements RegionRequestParams
                        

    Blank existence check request parameters.

    This type may be used to assemble the request then convert to a specific target, bucket or object.

    • 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 Function1<Boolean, Unit> getCallback() Optional callback that will be executed on successful completion of the S3 operation.
      abstract Unit setCallback(Function1<Boolean, 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 Function1<Boolean, Unit> getCallback()

        Optional callback that will be executed on successful completion of the S3 operation.

        This callback will be passed a boolean flag indicating whether the target bucket or object exists in the S3 store.

      • setCallback

         abstract Unit setCallback(Function1<Boolean, Unit> callback)

        Optional callback that will be executed on successful completion of the S3 operation.

        This callback will be passed a boolean flag indicating whether the target bucket or object exists in the S3 store.