Class ListDeliveryStreamsRequest

    • Method Detail

      • limit

        public final Integer limit()

        The maximum number of Firehose streams to list. The default value is 10.

        Returns:
        The maximum number of Firehose streams to list. The default value is 10.
      • deliveryStreamType

        public final DeliveryStreamType deliveryStreamType()

        The Firehose stream type. This can be one of the following values:

        • DirectPut: Provider applications access the Firehose stream directly.

        • KinesisStreamAsSource: The Firehose stream uses a Kinesis data stream as a source.

        This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.

        If the service returns an enum value that is not available in the current SDK version, deliveryStreamType will return DeliveryStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from deliveryStreamTypeAsString().

        Returns:
        The Firehose stream type. This can be one of the following values:

        • DirectPut: Provider applications access the Firehose stream directly.

        • KinesisStreamAsSource: The Firehose stream uses a Kinesis data stream as a source.

        This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.

        See Also:
        DeliveryStreamType
      • deliveryStreamTypeAsString

        public final String deliveryStreamTypeAsString()

        The Firehose stream type. This can be one of the following values:

        • DirectPut: Provider applications access the Firehose stream directly.

        • KinesisStreamAsSource: The Firehose stream uses a Kinesis data stream as a source.

        This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.

        If the service returns an enum value that is not available in the current SDK version, deliveryStreamType will return DeliveryStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from deliveryStreamTypeAsString().

        Returns:
        The Firehose stream type. This can be one of the following values:

        • DirectPut: Provider applications access the Firehose stream directly.

        • KinesisStreamAsSource: The Firehose stream uses a Kinesis data stream as a source.

        This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.

        See Also:
        DeliveryStreamType
      • exclusiveStartDeliveryStreamName

        public final String exclusiveStartDeliveryStreamName()

        The list of Firehose streams returned by this call to ListDeliveryStreams will start with the Firehose stream whose name comes alphabetically immediately after the name you specify in ExclusiveStartDeliveryStreamName.

        Returns:
        The list of Firehose streams returned by this call to ListDeliveryStreams will start with the Firehose stream whose name comes alphabetically immediately after the name you specify in ExclusiveStartDeliveryStreamName.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object