toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
>
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
?
=
null
Exclusive
Start
Delivery
Stream
Name
Link copied to clipboard
val
ExclusiveStartDeliveryStreamName
:
String
?
=
null
Limit
Link copied to clipboard
val
Limit
:
Int
?
=
10
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