Class FormSigningHttpApiModule<A>

  • All Implemented Interfaces:
    com.google.inject.Module
    Direct Known Subclasses:
    STSHttpApiModule

    public abstract class FormSigningHttpApiModule<A>
    extends AWSHttpApiModule<A>
    Configures signature process and dependencies needed for AWS Query apis (which we sent as POST requests, hence the name Form).
    • Constructor Detail

      • FormSigningHttpApiModule

        protected FormSigningHttpApiModule()
      • FormSigningHttpApiModule

        protected FormSigningHttpApiModule​(Class<A> api)
    • Method Detail

      • guiceProvideTimeStamp

        @Provides
        protected final String guiceProvideTimeStamp​(DateService dateService)