Class PresignRequest


  • public abstract class PresignRequest
    extends Object
    The base class for all presign requests.
    • Method Detail

      • signatureDuration

        public Duration signatureDuration()
        Retrieves the duration for which this presigned request should be valid. After this time has expired, attempting to use the presigned request will fail. 
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object