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.action
/
DescribeJob
Describe
Job
data
class
DescribeJob
(
val
jobId
:
JobId
)
:
IotAction
<
DescribedJob
>
(
source
)
Members
Constructors
Describe
Job
Link copied to clipboard
constructor
(
jobId
:
JobId
)
Properties
job
Id
Link copied to clipboard
val
jobId
:
JobId
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
<
DescribedJob
,
RemoteFailure
>