| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis
|
| Class and Description |
|---|
| AddTagsToStreamRequest
Adds or updates tags for the specified Kinesis data stream.
|
| CreateStreamRequest
Creates a Kinesis data stream.
|
| DecreaseStreamRetentionPeriodRequest
Decreases the Kinesis data stream's retention period, which is the length of
time data records are accessible after they are added to the stream.
|
| DeleteStreamRequest
Deletes a Kinesis data stream and all its shards and data.
|
| DescribeLimitsRequest
Describes the shard limits and usage for the account.
|
| DescribeLimitsResult |
| DescribeStreamRequest
Describes the specified Kinesis data stream.
|
| DescribeStreamResult
Represents the output for
DescribeStream. |
| DescribeStreamSummaryRequest
Provides a summarized description of the specified Kinesis data stream
without the shard list.
|
| DescribeStreamSummaryResult |
| DisableEnhancedMonitoringRequest
Disables enhanced monitoring.
|
| DisableEnhancedMonitoringResult
Represents the output for EnableEnhancedMonitoring and
DisableEnhancedMonitoring.
|
| EnableEnhancedMonitoringRequest
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
|
| EnableEnhancedMonitoringResult
Represents the output for EnableEnhancedMonitoring and
DisableEnhancedMonitoring.
|
| GetRecordsRequest
Gets data records from a Kinesis data stream's shard.
|
| GetRecordsResult
Represents the output for GetRecords.
|
| GetShardIteratorRequest
Gets an Amazon Kinesis shard iterator.
|
| GetShardIteratorResult
Represents the output for
GetShardIterator. |
| IncreaseStreamRetentionPeriodRequest
Increases the Kinesis data stream's retention period, which is the length of
time data records are accessible after they are added to the stream.
|
| ListShardsRequest
Lists the shards in a stream and provides information about each shard.
|
| ListShardsResult |
| ListStreamsRequest
Lists your Kinesis data streams.
|
| ListStreamsResult
Represents the output for
ListStreams. |
| ListTagsForStreamRequest
Lists the tags for the specified Kinesis data stream.
|
| ListTagsForStreamResult
Represents the output for
ListTagsForStream. |
| MergeShardsRequest
Merges two adjacent shards in a Kinesis data stream and combines them into a
single shard to reduce the stream's capacity to ingest and transport data.
|
| PutRecordRequest
Writes a single data record into an Amazon Kinesis data stream.
|
| PutRecordResult
Represents the output for
PutRecord. |
| PutRecordsRequest
Writes multiple data records into a Kinesis data stream in a single call
(also referred to as a
PutRecords request). |
PutRecordsResult
PutRecords results. |
| RemoveTagsFromStreamRequest
Removes tags from the specified Kinesis data stream.
|
| SplitShardRequest
Splits a shard into two new shards in the Kinesis data stream, to increase
the stream's capacity to ingest and transport data.
|
| StartStreamEncryptionRequest
Enables or updates server-side encryption using an AWS KMS key for a
specified stream.
|
| StopStreamEncryptionRequest
Disables server-side encryption for a specified stream.
|
| UpdateShardCountRequest
Updates the shard count of the specified stream to the specified number of
shards.
|
| UpdateShardCountResult |
| Class and Description |
|---|
| AddTagsToStreamRequest
Adds or updates tags for the specified Kinesis data stream.
|
| CreateStreamRequest
Creates a Kinesis data stream.
|
| DecreaseStreamRetentionPeriodRequest
Decreases the Kinesis data stream's retention period, which is the length of
time data records are accessible after they are added to the stream.
|
| DeleteStreamRequest
Deletes a Kinesis data stream and all its shards and data.
|
| DescribeLimitsResult |
| DescribeStreamRequest
Describes the specified Kinesis data stream.
|
| DescribeStreamResult
Represents the output for
DescribeStream. |
| DescribeStreamSummaryRequest
Provides a summarized description of the specified Kinesis data stream
without the shard list.
|
| DescribeStreamSummaryResult |
| DisableEnhancedMonitoringRequest
Disables enhanced monitoring.
|
| DisableEnhancedMonitoringResult
Represents the output for EnableEnhancedMonitoring and
DisableEnhancedMonitoring.
|
| EnableEnhancedMonitoringRequest
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
|
| EnableEnhancedMonitoringResult
Represents the output for EnableEnhancedMonitoring and
DisableEnhancedMonitoring.
|
| EncryptionType
Encryption Type
|
| EnhancedMetrics
Represents enhanced metrics types.
|
| GetRecordsRequest
Gets data records from a Kinesis data stream's shard.
|
| GetRecordsResult
Represents the output for GetRecords.
|
| GetShardIteratorRequest
Gets an Amazon Kinesis shard iterator.
|
| GetShardIteratorResult
Represents the output for
GetShardIterator. |
| HashKeyRange
The range of possible hash key values for the shard, which is a set of
ordered contiguous positive integers.
|
| IncreaseStreamRetentionPeriodRequest
Increases the Kinesis data stream's retention period, which is the length of
time data records are accessible after they are added to the stream.
|
| ListShardsRequest
Lists the shards in a stream and provides information about each shard.
|
| ListShardsResult |
| ListStreamsRequest
Lists your Kinesis data streams.
|
| ListStreamsResult
Represents the output for
ListStreams. |
| ListTagsForStreamRequest
Lists the tags for the specified Kinesis data stream.
|
| ListTagsForStreamResult
Represents the output for
ListTagsForStream. |
| MergeShardsRequest
Merges two adjacent shards in a Kinesis data stream and combines them into a
single shard to reduce the stream's capacity to ingest and transport data.
|
| MetricsName
Metrics Name
|
| PutRecordRequest
Writes a single data record into an Amazon Kinesis data stream.
|
| PutRecordResult
Represents the output for
PutRecord. |
| PutRecordsRequest
Writes multiple data records into a Kinesis data stream in a single call
(also referred to as a
PutRecords request). |
| PutRecordsRequestEntry
Represents the output for
PutRecords. |
PutRecordsResult
PutRecords results. |
| PutRecordsResultEntry
Represents the result of an individual record from a
PutRecords
request. |
| Record
The unit of data of the Kinesis data stream, which is composed of a sequence
number, a partition key, and a data blob.
|
| RemoveTagsFromStreamRequest
Removes tags from the specified Kinesis data stream.
|
| ScalingType
Scaling Type
|
| SequenceNumberRange
The range of possible sequence numbers for the shard.
|
| Shard
A uniquely identified group of data records in a Kinesis data stream.
|
| ShardIteratorType
Shard Iterator Type
|
| SplitShardRequest
Splits a shard into two new shards in the Kinesis data stream, to increase
the stream's capacity to ingest and transport data.
|
| StartStreamEncryptionRequest
Enables or updates server-side encryption using an AWS KMS key for a
specified stream.
|
| StopStreamEncryptionRequest
Disables server-side encryption for a specified stream.
|
| StreamDescription
Represents the output for DescribeStream.
|
| StreamDescriptionSummary
Represents the output for DescribeStreamSummary
|
| StreamStatus
Stream Status
|
| Tag
Metadata assigned to the stream, consisting of a key-value pair.
|
| UpdateShardCountRequest
Updates the shard count of the specified stream to the specified number of
shards.
|
| UpdateShardCountResult |
Copyright © 2019. All rights reserved.