-
- All Implemented Interfaces:
-
org.http4k.connect.Action
@JsonSerializable() public final class DescribeKey extends KMSAction<KeyDescription>
-
-
Field Summary
Fields Modifier and Type Field Description private final KMSKeyIdKeyIdprivate final List<String>GrantTokens
-
Constructor Summary
Constructors Constructor Description DescribeKey(KMSKeyId KeyId, List<String> GrantTokens)
-
Method Summary
Modifier and Type Method Description final KMSKeyIdcomponent1()final List<String>component2()final DescribeKeycopy(KMSKeyId KeyId, List<String> GrantTokens)final KMSKeyIdgetKeyId()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 List<String> component2()
-
copy
final DescribeKey copy(KMSKeyId KeyId, List<String> GrantTokens)
-
getKeyId
final KMSKeyId getKeyId()
-
getGrantTokens
final List<String> getGrantTokens()
-
-
-
-