toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-sns
/
org.http4k.connect.amazon.sns
/
SNSAction
SNSAction
abstract
class
SNSAction
<
R
>
(
action
:
String
,
mappings
:
Pair
<
String
,
String
>
?
)
:
Action
<
Result
<
R
,
RemoteFailure
>
>
Inheritors
CreateTopic
DeleteTopic
ListTopics
PublishBatch
PublishMessage
Members
Constructors
SNSAction
Link copied to clipboard
constructor
(
action
:
String
,
vararg
mappings
:
Pair
<
String
,
String
>
?
)
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
abstract
fun
toResult
(
response
:
Response
)
:
Result
<
R
,
RemoteFailure
>
uri
Link copied to clipboard
fun
uri
(
)
:
Uri