Package 

Class KMSAction

  • All Implemented Interfaces:
    org.http4k.connect.Action

    
    public abstract class KMSAction<R extends Object>
    extends AwsJsonAction<R>
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      KMSAction(KClass<R> clazz)
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.http4k.connect.Action

        equals, hashCode, toString
      • Methods inherited from class org.http4k.connect.amazon.kms.action.KMSAction

        toRequest, toResult
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KMSAction

        KMSAction(KClass<R> clazz)