http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-sns
/
org.http4k.connect.amazon.sns.action
/
ListTopics
List
Topics
data
class
ListTopics
(
val
NextToken
:
String
?
=
null
)
:
SNSAction
<
TopicList
>
,
PagedAction
<
String
,
ARN
,
TopicList
,
ListTopics
>
(
source
)
Members
Constructors
List
Topics
Link copied to clipboard
constructor
(
NextToken
:
String
?
=
null
)
Properties
Next
Token
Link copied to clipboard
val
NextToken
:
String
?
Functions
next
Link copied to clipboard
open
override
fun
next
(
token
:
String
)
:
ListTopics
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
TopicList
,
RemoteFailure
>
uri
Link copied to clipboard
fun
uri
(
)
:
Uri