Package 

Class KeyEntry


  • @JsonSerializable() 
    public final class KeyEntry
    
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final KMSKeyId KeyId
      private final ARN KeyArn
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyEntry(KMSKeyId KeyId, ARN KeyArn)
    • Method Summary

      Modifier and Type Method Description
      final KMSKeyId component1()
      final ARN component2()
      final KeyEntry copy(KMSKeyId KeyId, ARN KeyArn)
      final KMSKeyId getKeyId()
      final ARN getKeyArn()
      • Methods inherited from class org.http4k.connect.amazon.kms.action.KeyEntry

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait