http4k
Toggle table of contents
6.57.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-iotdataplane
/
org.http4k.connect.amazon.iotdataplane.action
/
ListNamedShadowsForThing
List
Named
Shadows
For
Thing
data
class
ListNamedShadowsForThing
(
val
thingName
:
ThingName
,
val
nextToken
:
String
?
=
null
,
val
pageSize
:
Int
?
=
null
)
:
IotDataPlaneAction
<
NamedShadows
>
(
source
)
Members
Constructors
List
Named
Shadows
For
Thing
Link copied to clipboard
constructor
(
thingName
:
ThingName
,
nextToken
:
String
?
=
null
,
pageSize
:
Int
?
=
null
)
Properties
next
Token
Link copied to clipboard
val
nextToken
:
String
?
page
Size
Link copied to clipboard
val
pageSize
:
Int
?
thing
Name
Link copied to clipboard
val
thingName
:
ThingName
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
<
NamedShadows
,
RemoteFailure
>