-
-
Field Summary
Fields Modifier and Type Field Description private final KMSKeyIdKeyIdprivate final Base64BlobMessageprivate final SigningAlgorithmSigningAlgorithmprivate final List<String>Requestprivate final StringMessageType
-
Constructor Summary
Constructors Constructor Description Sign(KMSKeyId KeyId, Base64Blob Message, SigningAlgorithm SigningAlgorithm, List<String> Request, String MessageType)
-
Method Summary
Modifier and Type Method Description final KMSKeyIdcomponent1()final Base64Blobcomponent2()final SigningAlgorithmcomponent3()final List<String>component4()final Stringcomponent5()final Signcopy(KMSKeyId KeyId, Base64Blob Message, SigningAlgorithm SigningAlgorithm, List<String> Request, String MessageType)final KMSKeyIdgetKeyId()final Base64BlobgetMessage()final SigningAlgorithmgetSigningAlgorithm()final List<String>getRequest()final StringgetMessageType()-
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
-
Sign
Sign(KMSKeyId KeyId, Base64Blob Message, SigningAlgorithm SigningAlgorithm, List<String> Request, String MessageType)
-
-
Method Detail
-
component1
final KMSKeyId component1()
-
component2
final Base64Blob component2()
-
component3
final SigningAlgorithm component3()
-
component4
final List<String> component4()
-
component5
final String component5()
-
copy
final Sign copy(KMSKeyId KeyId, Base64Blob Message, SigningAlgorithm SigningAlgorithm, List<String> Request, String MessageType)
-
getKeyId
final KMSKeyId getKeyId()
-
getMessage
final Base64Blob getMessage()
-
getSigningAlgorithm
final SigningAlgorithm getSigningAlgorithm()
-
getRequest
final List<String> getRequest()
-
getMessageType
final String getMessageType()
-
-
-
-