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
/
DescribeCertificate
Describe
Certificate
data
class
DescribeCertificate
(
val
certificateId
:
CertificateId
)
:
IotAction
<
DescribedCertificate
>
(
source
)
Members
Constructors
Describe
Certificate
Link copied to clipboard
constructor
(
certificateId
:
CertificateId
)
Properties
certificate
Id
Link copied to clipboard
val
certificateId
:
CertificateId
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
<
DescribedCertificate
,
RemoteFailure
>