toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
List
Topics
Link copied to clipboard
constructor
(
NextToken
:
String
?
=
null
)
Properties
Next
Token
Link copied to clipboard
val
NextToken
:
String
?
=
null
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