toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-kms
/
org.http4k.connect.amazon.kms.action
/
ListKeys
List
Keys
@
JsonSerializable
data
class
ListKeys
(
val
Limit
:
Int
?
=
null
,
val
Marker
:
String
?
=
null
)
:
KMSAction
<
KeyList
>
,
PagedAction
<
String
,
KeyEntry
,
KeyList
,
ListKeys
>
Members
Constructors
List
Keys
Link copied to clipboard
constructor
(
Limit
:
Int
?
=
null
,
Marker
:
String
?
=
null
)
Properties
Limit
Link copied to clipboard
val
Limit
:
Int
?
=
null
Marker
Link copied to clipboard
val
Marker
:
String
?
=
null
Functions
next
Link copied to clipboard
open
override
fun
next
(
token
:
String
)
:
ListKeys
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
KeyList
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri