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-sqs
/
org.http4k.connect.amazon.sqs.action
/
ListQueues
List
Queues
@
JsonSerializable
data
class
ListQueues
(
val
MaxResults
:
Int
?
=
null
,
val
NextToken
:
String
?
=
null
,
val
QueueNamePrefix
:
String
?
=
null
)
:
SQSAction
<
List
<
Uri
>
,
ListQueuesResponse
>
,
Action
<
Result4k
<
List
<
Uri
>
,
RemoteFailure
>
>
(
source
)
Members
Constructors
List
Queues
Link copied to clipboard
constructor
(
MaxResults
:
Int
?
=
null
,
NextToken
:
String
?
=
null
,
QueueNamePrefix
:
String
?
=
null
)
Properties
Max
Results
Link copied to clipboard
val
MaxResults
:
Int
?
Next
Token
Link copied to clipboard
val
NextToken
:
String
?
Queue
Name
Prefix
Link copied to clipboard
val
QueueNamePrefix
:
String
?
Functions
request
Body
Link copied to clipboard
open
fun
requestBody
(
)
:
Any
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
List
<
Uri
>
,
RemoteFailure
>