-
-
Field Summary
Fields Modifier and Type Field Description private final KMSKeyIdKeyIdprivate final Base64BlobPlaintextprivate final EncryptionAlgorithmEncryptionAlgorithmprivate final Map<String, String>EncryptionContextprivate final List<String>GrantTokens
-
Method Summary
Modifier and Type Method Description final KMSKeyIdcomponent1()final Base64Blobcomponent2()final EncryptionAlgorithmcomponent3()final Map<String, String>component4()final List<String>component5()final Encryptcopy(KMSKeyId KeyId, Base64Blob Plaintext, EncryptionAlgorithm EncryptionAlgorithm, Map<String, String> EncryptionContext, List<String> GrantTokens)final KMSKeyIdgetKeyId()final Base64BlobgetPlaintext()final EncryptionAlgorithmgetEncryptionAlgorithm()final Map<String, String>getEncryptionContext()final List<String>getGrantTokens()-
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
-
-
Method Detail
-
component1
final KMSKeyId component1()
-
component2
final Base64Blob component2()
-
component3
final EncryptionAlgorithm component3()
-
component4
final Map<String, String> component4()
-
component5
final List<String> component5()
-
copy
final Encrypt copy(KMSKeyId KeyId, Base64Blob Plaintext, EncryptionAlgorithm EncryptionAlgorithm, Map<String, String> EncryptionContext, List<String> GrantTokens)
-
getKeyId
final KMSKeyId getKeyId()
-
getPlaintext
final Base64Blob getPlaintext()
-
getEncryptionAlgorithm
final EncryptionAlgorithm getEncryptionAlgorithm()
-
getEncryptionContext
final Map<String, String> getEncryptionContext()
-
getGrantTokens
final List<String> getGrantTokens()
-
-
-
-