http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-iot
/
org.http4k.connect.amazon.iot
/
IotAction
Iot
Action
interface
IotAction
<
R
>
:
Action
<
Result
<
R
,
RemoteFailure
>
>
(
source
)
Inheritors
CancelJob
CreateJob
CreateStream
DeleteJob
DeleteStream
DescribeCertificate
DescribeEndpoint
DescribeJob
DescribeJobExecution
DescribeStream
ListJobExecutionsForThing
ListStreams
UpdateStream
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
>