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-firehose
/
org.http4k.connect.amazon.firehose.action
/
ListDeliveryStreams
List
Delivery
Streams
@
JsonSerializable
data
class
ListDeliveryStreams
(
val
DeliveryStreamType
:
DeliveryStreamType
?
=
null
,
val
ExclusiveStartDeliveryStreamName
:
String
?
=
null
,
val
Limit
:
Int
?
=
10
)
:
FirehoseAction
<
DeliveryStreams
>
(
source
)
Members
Constructors
List
Delivery
Streams
Link copied to clipboard
constructor
(
DeliveryStreamType
:
DeliveryStreamType
?
=
null
,
ExclusiveStartDeliveryStreamName
:
String
?
=
null
,
Limit
:
Int
?
=
10
)
Properties
Delivery
Stream
Type
Link copied to clipboard
val
DeliveryStreamType
:
DeliveryStreamType
?
Exclusive
Start
Delivery
Stream
Name
Link copied to clipboard
val
ExclusiveStartDeliveryStreamName
:
String
?
Limit
Link copied to clipboard
val
Limit
:
Int
?
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
<
DeliveryStreams
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri