Package 

Interface KMS


  • 
    public interface KMS
    
                        

    Docs: https://docs.aws.amazon.com/kms/latest/APIReference/Welcome.html

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class KMS.Companion
    • Method Summary

      Modifier and Type Method Description
      abstract <R extends Any> Result<R, RemoteFailure> invoke(KMSAction<R> request) Available actions: CreateKey DescribeKey Decrypt Encrypt GetPublicKey ScheduleKeyDeletion Sign Verify
      • Methods inherited from class org.http4k.connect.amazon.kms.KMS

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • invoke

         abstract <R extends Any> Result<R, RemoteFailure> invoke(KMSAction<R> request)

        Available actions: CreateKey DescribeKey Decrypt Encrypt GetPublicKey ScheduleKeyDeletion Sign Verify