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
/
IotDataPlaneAction
Iot
Data
Plane
Action
interface
IotDataPlaneAction
<
R
>
:
Action
<
Result
<
R
,
RemoteFailure
>
>
(
source
)
Inheritors
DeleteConnection
DeleteThingShadow
GetRetainedMessage
GetThingShadow
ListNamedShadowsForThing
ListRetainedMessages
Publish
UpdateThingShadow
Members
Functions
to
Request
Link copied to clipboard
abstract
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
abstract
fun
toResult
(
response
:
Response
)
:
Result
<
R
,
RemoteFailure
>