Uses of Package
com.amazonaws.services.kinesis.model

Packages that use com.amazonaws.services.kinesis.model
com.amazonaws.services.kinesis Synchronous and asynchronous client classes for accessing AmazonKinesis. 
com.amazonaws.services.kinesis.model Classes modeling the various types represented by AmazonKinesis. 
 

Classes in com.amazonaws.services.kinesis.model used by com.amazonaws.services.kinesis
CreateStreamRequest
          Container for the parameters to the CreateStream operation.
DeleteStreamRequest
          Container for the parameters to the DeleteStream operation.
DescribeStreamRequest
          Container for the parameters to the DescribeStream operation.
DescribeStreamResult
           Represents the output of a DescribeStream operation.
GetRecordsRequest
          Container for the parameters to the GetRecords operation.
GetRecordsResult
           Represents the output of a GetRecords operation.
GetShardIteratorRequest
          Container for the parameters to the GetShardIterator operation.
GetShardIteratorResult
           Represents the output of a GetShardIterator operation.
ListStreamsRequest
          Container for the parameters to the ListStreams operation.
ListStreamsResult
           Represents the output of a ListStreams operation.
MergeShardsRequest
          Container for the parameters to the MergeShards operation.
PutRecordRequest
          Container for the parameters to the PutRecord operation.
PutRecordResult
           Represents the output of a PutRecord operation.
SplitShardRequest
          Container for the parameters to the SplitShard operation.
 

Classes in com.amazonaws.services.kinesis.model used by com.amazonaws.services.kinesis.model
CreateStreamRequest
          Container for the parameters to the CreateStream operation.
DeleteStreamRequest
          Container for the parameters to the DeleteStream operation.
DescribeStreamRequest
          Container for the parameters to the DescribeStream operation.
DescribeStreamResult
           Represents the output of a DescribeStream operation.
GetRecordsRequest
          Container for the parameters to the GetRecords operation.
GetRecordsResult
           Represents the output of a GetRecords operation.
GetShardIteratorRequest
          Container for the parameters to the GetShardIterator operation.
GetShardIteratorResult
           Represents the output of a GetShardIterator operation.
HashKeyRange
           The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
ListStreamsRequest
          Container for the parameters to the ListStreams operation.
ListStreamsResult
           Represents the output of a ListStreams operation.
MergeShardsRequest
          Container for the parameters to the MergeShards operation.
PutRecordRequest
          Container for the parameters to the PutRecord operation.
PutRecordResult
           Represents the output of a PutRecord operation.
Record
           The unit of data of the Amazon Kinesis stream, which is composed of a sequence number, a partition key, and a data blob.
SequenceNumberRange
           The range of possible sequence numbers for the shard.
Shard
           A uniquely identified group of data records in an Amazon Kinesis stream.
ShardIteratorType
          Shard Iterator Type
SplitShardRequest
          Container for the parameters to the SplitShard operation.
StreamDescription
           Represents the output of a DescribeStream operation.
StreamStatus
          Stream Status
 



Copyright © 2016. All rights reserved.