toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-kms
/
org.http4k.connect.amazon.kms.action
/
GetPublicKey
Get
Public
Key
@
JsonSerializable
data
class
GetPublicKey
(
val
KeyId
:
KMSKeyId
,
val
GrantTokens
:
List
<
String
>
?
=
null
)
:
KMSAction
<
PublicKey
>
Members
Constructors
Get
Public
Key
Link copied to clipboard
constructor
(
KeyId
:
KMSKeyId
,
GrantTokens
:
List
<
String
>
?
=
null
)
Properties
Grant
Tokens
Link copied to clipboard
val
GrantTokens
:
List
<
String
>
?
=
null
Key
Id
Link copied to clipboard
val
KeyId
:
KMSKeyId
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
PublicKey
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri