Skip navigation links
A C D E F G H I J K L M N O P R S T U V W 

A

AbstractKinesisRecorder - Class in com.amazonaws.mobileconnectors.kinesis.kinesisrecorder
An abstract class for Amazon Kinesis recorders.
AbstractKinesisRecorder(FileRecordStore, KinesisRecorderConfig) - Constructor for class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
addTagsEntry(String, String) - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
The set of key-value pairs to use to create the tags.
addTagsToStream(AddTagsToStreamRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Adds or updates tags for the specified Kinesis data stream.
addTagsToStream(AddTagsToStreamRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Adds or updates tags for the specified Kinesis data stream.
AddTagsToStreamRequest - Class in com.amazonaws.services.kinesis.model
Adds or updates tags for the specified Kinesis data stream.
AddTagsToStreamRequest() - Constructor for class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
 
AmazonKinesis - Interface in com.amazonaws.services.kinesis
Interface for accessing Amazon Kinesis Streams Amazon Kinesis Data Streams Service API Reference
AmazonKinesisClient - Class in com.amazonaws.services.kinesis
Client for accessing Amazon Kinesis Streams.
AmazonKinesisClient() - Constructor for class com.amazonaws.services.kinesis.AmazonKinesisClient
Deprecated.
AmazonKinesisClient(ClientConfiguration) - Constructor for class com.amazonaws.services.kinesis.AmazonKinesisClient
Deprecated.
AmazonKinesisClient(AWSCredentials) - Constructor for class com.amazonaws.services.kinesis.AmazonKinesisClient
Constructs a new client to invoke service methods on AmazonKinesis using the specified AWS account credentials.
AmazonKinesisClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.kinesis.AmazonKinesisClient
Constructs a new client to invoke service methods on AmazonKinesis using the specified AWS account credentials and client configuration options.
AmazonKinesisClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.kinesis.AmazonKinesisClient
Constructs a new client to invoke service methods on AmazonKinesis using the specified AWS account credentials provider.
AmazonKinesisClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.kinesis.AmazonKinesisClient
Constructs a new client to invoke service methods on AmazonKinesis using the specified AWS account credentials provider and client configuration options.
AmazonKinesisClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.kinesis.AmazonKinesisClient
Deprecated.
AmazonKinesisClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.kinesis.AmazonKinesisClient
Constructs a new client to invoke service methods on AmazonKinesis using the specified AWS account credentials provider, client configuration options and request metric collector.
AmazonKinesisFirehose - Interface in com.amazonaws.services.kinesisfirehose
Interface for accessing Amazon Kinesis Firehose Amazon Kinesis Data Firehose API Reference
AmazonKinesisFirehoseClient - Class in com.amazonaws.services.kinesisfirehose
Client for accessing Amazon Kinesis Firehose.
AmazonKinesisFirehoseClient() - Constructor for class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Deprecated.
AmazonKinesisFirehoseClient(ClientConfiguration) - Constructor for class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Deprecated.
AmazonKinesisFirehoseClient(AWSCredentials) - Constructor for class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Constructs a new client to invoke service methods on AmazonKinesisFirehose using the specified AWS account credentials.
AmazonKinesisFirehoseClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Constructs a new client to invoke service methods on AmazonKinesisFirehose using the specified AWS account credentials and client configuration options.
AmazonKinesisFirehoseClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Constructs a new client to invoke service methods on AmazonKinesisFirehose using the specified AWS account credentials provider.
AmazonKinesisFirehoseClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Constructs a new client to invoke service methods on AmazonKinesisFirehose using the specified AWS account credentials provider and client configuration options.
AmazonKinesisFirehoseClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Deprecated.
AmazonKinesisFirehoseClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Constructs a new client to invoke service methods on AmazonKinesisFirehose using the specified AWS account credentials provider, client configuration options and request metric collector.

C

clearTagsEntries() - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
Removes all the entries added into Tags.
com.amazonaws.mobileconnectors.kinesis.kinesisrecorder - package com.amazonaws.mobileconnectors.kinesis.kinesisrecorder
Primary classes for interacting with the Kinesis connector for offline storage of records, and improved performance when working with to Amazon Kinesis.
com.amazonaws.services.kinesis - package com.amazonaws.services.kinesis
Amazon Kinesis Data Streams Service API Reference
com.amazonaws.services.kinesis.model - package com.amazonaws.services.kinesis.model
Classes modeling the various types represented by AmazonKinesis
com.amazonaws.services.kinesisfirehose - package com.amazonaws.services.kinesisfirehose
Amazon Kinesis Data Firehose API Reference
com.amazonaws.services.kinesisfirehose.model - package com.amazonaws.services.kinesisfirehose.model
Classes modeling the various types represented by AmazonKinesisFirehose
config - Variable in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
The configurable options for Kinesis Recorder, includes the ClientConfiguration of the low level client.
createStream(CreateStreamRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Creates a Kinesis data stream.
createStream(String, Integer) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Creates a Kinesis data stream.
createStream(CreateStreamRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Creates a Kinesis data stream.
createStream(String, Integer) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Creates a Kinesis data stream.
CreateStreamRequest - Class in com.amazonaws.services.kinesis.model
Creates a Kinesis data stream.
CreateStreamRequest() - Constructor for class com.amazonaws.services.kinesis.model.CreateStreamRequest
 

D

DeadLetterListener - Interface in com.amazonaws.mobileconnectors.kinesis.kinesisrecorder
Interface to receive undeliverable kinesis data to further process or submit through other means.
This may be re-evaluating the data and stream name or packaging the data to be sent to S3.

The data sent here either encountered errors that cannot be retried or exceeded the retry limit.

This is set using KinesisRecorderConfig.withDeadLetterListener(DeadLetterListener).
decreaseStreamRetentionPeriod(DecreaseStreamRetentionPeriodRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
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.
decreaseStreamRetentionPeriod(DecreaseStreamRetentionPeriodRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
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.
DecreaseStreamRetentionPeriodRequest - Class in com.amazonaws.services.kinesis.model
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.
DecreaseStreamRetentionPeriodRequest() - Constructor for class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
 
deleteAllRecords() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
Removes all requests saved to disk in the directory provided this KinesisRecorder.
deleteStream(DeleteStreamRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Deletes a Kinesis data stream and all its shards and data.
deleteStream(String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Deletes a Kinesis data stream and all its shards and data.
deleteStream(DeleteStreamRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Deletes a Kinesis data stream and all its shards and data.
deleteStream(String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Deletes a Kinesis data stream and all its shards and data.
DeleteStreamRequest - Class in com.amazonaws.services.kinesis.model
Deletes a Kinesis data stream and all its shards and data.
DeleteStreamRequest() - Constructor for class com.amazonaws.services.kinesis.model.DeleteStreamRequest
 
describeLimits(DescribeLimitsRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Describes the shard limits and usage for the account.
describeLimits(DescribeLimitsRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Describes the shard limits and usage for the account.
DescribeLimitsRequest - Class in com.amazonaws.services.kinesis.model
Describes the shard limits and usage for the account.
DescribeLimitsRequest() - Constructor for class com.amazonaws.services.kinesis.model.DescribeLimitsRequest
 
DescribeLimitsResult - Class in com.amazonaws.services.kinesis.model
 
DescribeLimitsResult() - Constructor for class com.amazonaws.services.kinesis.model.DescribeLimitsResult
 
describeStream(DescribeStreamRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Describes the specified Kinesis data stream.
describeStream(String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Describes the specified Kinesis data stream.
describeStream(String, String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Describes the specified Kinesis data stream.
describeStream(String, Integer, String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Describes the specified Kinesis data stream.
describeStream(DescribeStreamRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Describes the specified Kinesis data stream.
describeStream(String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Describes the specified Kinesis data stream.
describeStream(String, String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Describes the specified Kinesis data stream.
describeStream(String, Integer, String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Describes the specified Kinesis data stream.
DescribeStreamRequest - Class in com.amazonaws.services.kinesis.model
Describes the specified Kinesis data stream.
DescribeStreamRequest() - Constructor for class com.amazonaws.services.kinesis.model.DescribeStreamRequest
 
DescribeStreamResult - Class in com.amazonaws.services.kinesis.model
Represents the output for DescribeStream.
DescribeStreamResult() - Constructor for class com.amazonaws.services.kinesis.model.DescribeStreamResult
 
describeStreamSummary(DescribeStreamSummaryRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Provides a summarized description of the specified Kinesis data stream without the shard list.
describeStreamSummary(DescribeStreamSummaryRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Provides a summarized description of the specified Kinesis data stream without the shard list.
DescribeStreamSummaryRequest - Class in com.amazonaws.services.kinesis.model
Provides a summarized description of the specified Kinesis data stream without the shard list.
DescribeStreamSummaryRequest() - Constructor for class com.amazonaws.services.kinesis.model.DescribeStreamSummaryRequest
 
DescribeStreamSummaryResult - Class in com.amazonaws.services.kinesis.model
 
DescribeStreamSummaryResult() - Constructor for class com.amazonaws.services.kinesis.model.DescribeStreamSummaryResult
 
disableEnhancedMonitoring(DisableEnhancedMonitoringRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Disables enhanced monitoring.
disableEnhancedMonitoring(DisableEnhancedMonitoringRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Disables enhanced monitoring.
DisableEnhancedMonitoringRequest - Class in com.amazonaws.services.kinesis.model
Disables enhanced monitoring.
DisableEnhancedMonitoringRequest() - Constructor for class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
 
DisableEnhancedMonitoringResult - Class in com.amazonaws.services.kinesis.model
Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
DisableEnhancedMonitoringResult() - Constructor for class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
 

E

enableEnhancedMonitoring(EnableEnhancedMonitoringRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
enableEnhancedMonitoring(EnableEnhancedMonitoringRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
EnableEnhancedMonitoringRequest - Class in com.amazonaws.services.kinesis.model
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
EnableEnhancedMonitoringRequest() - Constructor for class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
 
EnableEnhancedMonitoringResult - Class in com.amazonaws.services.kinesis.model
Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
EnableEnhancedMonitoringResult() - Constructor for class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
 
EncryptionType - Enum in com.amazonaws.services.kinesis.model
Encryption Type
EnhancedMetrics - Class in com.amazonaws.services.kinesis.model
Represents enhanced metrics types.
EnhancedMetrics() - Constructor for class com.amazonaws.services.kinesis.model.EnhancedMetrics
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.CreateStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DeleteStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.EnhancedMetrics
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.GetRecordsRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.HashKeyRange
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.ListStreamsRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.Record
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.SequenceNumberRange
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.Shard
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
 
equals(Object) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
 
equals(Object) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
 
equals(Object) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
 
equals(Object) - Method in class com.amazonaws.services.kinesisfirehose.model.Record
 
ExpiredIteratorException - Exception in com.amazonaws.services.kinesis.model
The provided iterator exceeds the maximum age allowed.
ExpiredIteratorException(String) - Constructor for exception com.amazonaws.services.kinesis.model.ExpiredIteratorException
Constructs a new ExpiredIteratorException with the specified error message.
ExpiredNextTokenException - Exception in com.amazonaws.services.kinesis.model
The pagination token passed to the ListShards operation is expired.
ExpiredNextTokenException(String) - Constructor for exception com.amazonaws.services.kinesis.model.ExpiredNextTokenException
Constructs a new ExpiredNextTokenException with the specified error message.

F

fromValue(String) - Static method in enum com.amazonaws.services.kinesis.model.EncryptionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kinesis.model.MetricsName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kinesis.model.ScalingType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kinesis.model.ShardIteratorType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.kinesis.model.StreamStatus
Use this in place of valueOf.

G

getAdjacentParentShardId() - Method in class com.amazonaws.services.kinesis.model.Shard
The shard ID of the shard adjacent to the shard's parent.
getAdjacentShardToMerge() - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
The shard ID of the adjacent shard for the merge.
getApproximateArrivalTimestamp() - Method in class com.amazonaws.services.kinesis.model.Record
The approximate time that the record was inserted into the stream.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Deprecated.
ResponseMetadata cache can hold up to 50 requests and responses in memory and will cause memory issue. This method now always returns null.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehose
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Deprecated.
ResponseMetadata cache can hold up to 50 requests and responses in memory and will cause memory issue. This method now always returns null.
getClientConfiguration() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
Returns the client configuration the Kinesis Recorder will use when making requests to Amazon Kinesis.
getCurrentShardCount() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
The current number of shards.
getCurrentShardLevelMetrics() - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
Represents the current state of the metrics that are in the enhanced state before the operation.
getCurrentShardLevelMetrics() - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
Represents the current state of the metrics that are in the enhanced state before the operation.
getData() - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
The data blob to put into the record, which is base64-encoded when the blob is serialized.
getData() - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
The data blob to put into the record, which is base64-encoded when the blob is serialized.
getData() - Method in class com.amazonaws.services.kinesis.model.Record
The data blob.
getData() - Method in class com.amazonaws.services.kinesisfirehose.model.Record
The data blob, which is base64-encoded when the blob is serialized.
getDeadLetterListener() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
Returns the DeadLetterListener that will respond to records being dropped.
getDeliveryStreamName() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
The name of the delivery stream.
getDesiredShardLevelMetrics() - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
Represents the list of all the metrics that would be in the enhanced state after the operation.
getDesiredShardLevelMetrics() - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
Represents the list of all the metrics that would be in the enhanced state after the operation.
getDiskByteLimit() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
Returns the max number of bytes that this Kinesis Recorder will store on disk.
getDiskBytesUsed() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
Returns the number of bytes KinesisRecorder currently has stored in the directory passed in the constructor.
getEncrypted() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
Indicates whether server-side encryption (SSE) was enabled during this operation.
getEncryptionType() - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The encryption type to use on the record.
getEncryptionType() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
The encryption type used on the records.
getEncryptionType() - Method in class com.amazonaws.services.kinesis.model.Record
The encryption type used on the record.
getEncryptionType() - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The encryption type to use.
getEncryptionType() - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The encryption type.
getEncryptionType() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The server-side encryption type used on the stream.
getEncryptionType() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The encryption type used.
getEndingHashKey() - Method in class com.amazonaws.services.kinesis.model.HashKeyRange
The ending hash key of the hash key range.
getEndingSequenceNumber() - Method in class com.amazonaws.services.kinesis.model.SequenceNumberRange
The ending sequence number for the range.
getEnhancedMonitoring() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
Represents the current enhanced monitoring settings of the stream.
getEnhancedMonitoring() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
Represents the current enhanced monitoring settings of the stream.
getErrorCode() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The error code for an individual record result.
getErrorCode() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
The error code for an individual record result.
getErrorMessage() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The error message for an individual record result.
getErrorMessage() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
The error message for an individual record result.
getExclusiveStartShardId() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
The shard ID of the shard to start with.
getExclusiveStartShardId() - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
The ID of the shard to start the list with.
getExclusiveStartStreamName() - Method in class com.amazonaws.services.kinesis.model.ListStreamsRequest
The name of the stream to start the list with.
getExclusiveStartTagKey() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
The key to use as the starting point for the list of tags.
getExplicitHashKey() - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.
getExplicitHashKey() - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.
getFailedPutCount() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
The number of records that might have failed processing.
getFailedRecordCount() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
The number of unsuccessfully processed records in a PutRecords request.
getHashKeyRange() - Method in class com.amazonaws.services.kinesis.model.Shard
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
getHasMoreShards() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
If set to true, more shards in the stream are available to describe.
getHasMoreStreams() - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
If set to true, there are more streams available to list.
getHasMoreTags() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
If set to true, more tags are available.
getKey() - Method in class com.amazonaws.services.kinesis.model.Tag
A unique identifier for the tag.
getKeyId() - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The GUID for the customer-managed AWS KMS key to use for encryption.
getKeyId() - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The GUID for the customer-managed AWS KMS key to use for encryption.
getKeyId() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The GUID for the customer-managed AWS KMS key to use for encryption.
getKeyId() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The GUID for the customer-managed AWS KMS key to use for encryption.
getKinesisRecorderConfig() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
Returns the KinesisRecorderConfig this Kinesis Recorder is using.
getLimit() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
The maximum number of shards to return in a single call.
getLimit() - Method in class com.amazonaws.services.kinesis.model.GetRecordsRequest
The maximum number of records to return.
getLimit() - Method in class com.amazonaws.services.kinesis.model.ListStreamsRequest
The maximum number of streams to list.
getLimit() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
The number of tags to return.
getMaxResults() - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
The maximum number of shards to return in a single call to ListShards.
getMaxStorageSize() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
 
getMillisBehindLatest() - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is.
getNewStartingHashKey() - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
A hash key value for the starting hash key of one of the child shards created by the split.
getNextShardIterator() - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The next position in the shard from which to start sequentially reading data records.
getNextToken() - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken.
getNextToken() - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken.
getOpenShardCount() - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsResult
The number of open shards.
getOpenShardCount() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The number of open shards in the stream.
getParentShardId() - Method in class com.amazonaws.services.kinesis.model.Shard
The shard ID of the shard's parent.
getPartitionKey() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
Returns the partition key.
getPartitionKey() - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
Determines which shard in the stream the data record is assigned to.
getPartitionKey() - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
Determines which shard in the stream the data record is assigned to.
getPartitionKey() - Method in class com.amazonaws.services.kinesis.model.Record
Identifies which shard in the stream the data record is assigned to.
getRecordId() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
The ID of the record.
getRecords(GetRecordsRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Gets data records from a Kinesis data stream's shard.
getRecords(GetRecordsRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Gets data records from a Kinesis data stream's shard.
getRecords() - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The data records retrieved from the shard.
getRecords() - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
The records associated with the request.
getRecords() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.
getRecords() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
One or more records.
getRecordSender() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
Gets the sender to send saved records.
getRecordSender() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisFirehoseRecorder
 
getRecordSender() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorder
 
GetRecordsRequest - Class in com.amazonaws.services.kinesis.model
Gets data records from a Kinesis data stream's shard.
GetRecordsRequest() - Constructor for class com.amazonaws.services.kinesis.model.GetRecordsRequest
 
GetRecordsResult - Class in com.amazonaws.services.kinesis.model
Represents the output for GetRecords.
GetRecordsResult() - Constructor for class com.amazonaws.services.kinesis.model.GetRecordsResult
 
getRequestResponses() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
The results array.
getRetentionPeriodHours() - Method in class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
The new retention period of the stream, in hours.
getRetentionPeriodHours() - Method in class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
The new retention period of the stream, in hours.
getRetentionPeriodHours() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The current retention period, in hours.
getRetentionPeriodHours() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The current retention period, in hours.
getScalingType() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The scaling type.
getSequenceNumber() - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The sequence number identifier that was assigned to the put data record.
getSequenceNumber() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The sequence number for an individual record result.
getSequenceNumber() - Method in class com.amazonaws.services.kinesis.model.Record
The unique identifier of the record within its shard.
getSequenceNumberForOrdering() - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key.
getSequenceNumberRange() - Method in class com.amazonaws.services.kinesis.model.Shard
The range of possible sequence numbers for the shard.
getShardCount() - Method in class com.amazonaws.services.kinesis.model.CreateStreamRequest
The number of shards that the stream will use.
getShardId() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The shard ID of the Kinesis Data Streams shard to get the iterator for.
getShardId() - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The shard ID of the shard where the data record was placed.
getShardId() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The shard ID for an individual record result.
getShardId() - Method in class com.amazonaws.services.kinesis.model.Shard
The unique identifier of the shard within the stream.
getShardIterator(GetShardIteratorRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Gets an Amazon Kinesis shard iterator.
getShardIterator(String, String, String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Gets an Amazon Kinesis shard iterator.
getShardIterator(String, String, String, String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Gets an Amazon Kinesis shard iterator.
getShardIterator(GetShardIteratorRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Gets an Amazon Kinesis shard iterator.
getShardIterator(String, String, String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Gets an Amazon Kinesis shard iterator.
getShardIterator(String, String, String, String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Gets an Amazon Kinesis shard iterator.
getShardIterator() - Method in class com.amazonaws.services.kinesis.model.GetRecordsRequest
The position in the shard from which you want to start sequentially reading data records.
getShardIterator() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorResult
The position in the shard from which to start reading data records sequentially.
GetShardIteratorRequest - Class in com.amazonaws.services.kinesis.model
Gets an Amazon Kinesis shard iterator.
GetShardIteratorRequest() - Constructor for class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
 
GetShardIteratorResult - Class in com.amazonaws.services.kinesis.model
Represents the output for GetShardIterator.
GetShardIteratorResult() - Constructor for class com.amazonaws.services.kinesis.model.GetShardIteratorResult
 
getShardIteratorType() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
Determines how the shard iterator is used to start reading data records from the shard.
getShardLevelMetrics() - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
List of shard-level metrics to disable.
getShardLevelMetrics() - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
List of shard-level metrics to enable.
getShardLevelMetrics() - Method in class com.amazonaws.services.kinesis.model.EnhancedMetrics
List of shard-level metrics.
getShardLimit() - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsResult
The maximum number of shards.
getShards() - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
An array of JSON objects.
getShards() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The shards that comprise the stream.
getShardToMerge() - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
The shard ID of the shard to combine with the adjacent shard for the merge.
getShardToSplit() - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
The shard ID of the shard to split.
getStartingHashKey() - Method in class com.amazonaws.services.kinesis.model.HashKeyRange
The starting hash key of the hash key range.
getStartingSequenceNumber() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The sequence number of the data record in the shard from which to start reading.
getStartingSequenceNumber() - Method in class com.amazonaws.services.kinesis.model.SequenceNumberRange
The starting sequence number for the range.
getStreamARN() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The Amazon Resource Name (ARN) for the stream being described.
getStreamARN() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The Amazon Resource Name (ARN) for the stream being described.
getStreamCreationTimestamp() - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
Specify this input parameter to distinguish data streams that have the same name.
getStreamCreationTimestamp() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The approximate time that the stream was created.
getStreamCreationTimestamp() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The approximate time that the stream was created.
getStreamDescription() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamResult
The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
getStreamDescriptionSummary() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryResult
A StreamDescriptionSummary containing information about the stream.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
The name of the stream.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.CreateStreamRequest
A name to identify the stream.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
The name of the stream to modify.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.DeleteStreamRequest
The name of the stream to delete.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
The name of the stream to describe.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryRequest
The name of the stream to describe.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
The name of the Kinesis data stream for which to disable enhanced monitoring.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
The name of the Kinesis data stream.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
The name of the stream for which to enable enhanced monitoring.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
The name of the Kinesis data stream.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The name of the Amazon Kinesis data stream.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
The name of the stream to modify.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
The name of the data stream whose shards you want to list.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
The name of the stream.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
The name of the stream for the merge.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
The name of the stream to put the data record into.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
The stream name associated with the request.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
The name of the stream.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
The name of the stream for the shard split.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The name of the stream for which to start encrypting records.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The name of the stream on which to stop encrypting records.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The name of the stream being described.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The name of the stream being described.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The name of the stream.
getStreamName() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
The name of the stream.
getStreamNames() - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
The names of the streams that are associated with the AWS account making the ListStreams request.
getStreamStatus() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The current status of the stream being described.
getStreamStatus() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The current status of the stream being described.
getTagKeys() - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
A list of tag keys.
getTags() - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
The set of key-value pairs to use to create the tags.
getTags() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.
getTargetShardCount() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The new number of shards.
getTargetShardCount() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
The updated number of shards.
getTimestamp() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The time stamp of the data record from which to start reading.
getValue() - Method in class com.amazonaws.services.kinesis.model.Tag
An optional string, typically used to describe or define the tag.

H

hashCode() - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.CreateStreamRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DeleteStreamRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.EnhancedMetrics
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.GetRecordsRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.HashKeyRange
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.ListStreamsRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.Record
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.SequenceNumberRange
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.Shard
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.Tag
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
 
hashCode() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
 
hashCode() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
 
hashCode() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
 
hashCode() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
 
hashCode() - Method in class com.amazonaws.services.kinesisfirehose.model.Record
 
HashKeyRange - Class in com.amazonaws.services.kinesis.model
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
HashKeyRange() - Constructor for class com.amazonaws.services.kinesis.model.HashKeyRange
 

I

increaseStreamRetentionPeriod(IncreaseStreamRetentionPeriodRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
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.
increaseStreamRetentionPeriod(IncreaseStreamRetentionPeriodRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
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.
IncreaseStreamRetentionPeriodRequest - Class in com.amazonaws.services.kinesis.model
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.
IncreaseStreamRetentionPeriodRequest() - Constructor for class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
 
InvalidArgumentException - Exception in com.amazonaws.services.kinesis.model
A specified parameter exceeds its restrictions, is not supported, or can't be used.
InvalidArgumentException(String) - Constructor for exception com.amazonaws.services.kinesis.model.InvalidArgumentException
Constructs a new InvalidArgumentException with the specified error message.
InvalidArgumentException - Exception in com.amazonaws.services.kinesisfirehose.model
The specified input parameter has a value that is not valid.
InvalidArgumentException(String) - Constructor for exception com.amazonaws.services.kinesisfirehose.model.InvalidArgumentException
Constructs a new InvalidArgumentException with the specified error message.
isEncrypted() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
Indicates whether server-side encryption (SSE) was enabled during this operation.
isHasMoreShards() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
If set to true, more shards in the stream are available to describe.
isHasMoreStreams() - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
If set to true, there are more streams available to list.
isHasMoreTags() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
If set to true, more tags are available.

J

jsonErrorUnmarshallers - Variable in class com.amazonaws.services.kinesis.AmazonKinesisClient
List of exception unmarshallers for all Amazon Kinesis Streams exceptions.
jsonErrorUnmarshallers - Variable in class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
List of exception unmarshallers for all Amazon Kinesis Firehose exceptions.

K

KinesisFirehoseRecorder - Class in com.amazonaws.mobileconnectors.kinesis.kinesisrecorder
The KinesisFirehoseRecorder is a high level client for Amazon Kinesis Firehose.
KinesisFirehoseRecorder(File, Regions, AWSCredentialsProvider) - Constructor for class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisFirehoseRecorder
Constructs a new Kinesis Firehose Recorder specifying a directory that the recorder has exclusive access to for storing requests.
KinesisFirehoseRecorder(File, Regions, AWSCredentialsProvider, KinesisRecorderConfig) - Constructor for class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisFirehoseRecorder
Constructs a new Kinesis Firehose Recorder specifying a directory that the recorder has exclusive access to for storing requests.
KinesisRecorder - Class in com.amazonaws.mobileconnectors.kinesis.kinesisrecorder
The KinesisRecorder is a high level client meant for storing records on the users Android device.
KinesisRecorder(File, Regions, AWSCredentialsProvider) - Constructor for class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorder
Constructs a new Kinesis Recorder specifying a directory that Kinesis Recorder has exclusive access to for storing requests.
KinesisRecorder(File, Regions, AWSCredentialsProvider, KinesisRecorderConfig) - Constructor for class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorder
Constructs a new Kinesis Recorder specifying a directory that Kinesis Recorder has exclusive access to for storing requests.
KinesisRecorderConfig - Class in com.amazonaws.mobileconnectors.kinesis.kinesisrecorder
Allows configuration of certain KinesisRecorder parameters, such as maxStoargeSize.
KinesisRecorderConfig() - Constructor for class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
Construct an instance of KinesisRecorderConfig which has default values of maxStorageSize = 5MiB; and a default ClientConfiguration.
KinesisRecorderConfig(ClientConfiguration) - Constructor for class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
Construct an instance of KinesisRecorderConfig which has default values of maxStorageSize = 5MiB; and the specified ClientConfiguration.
KinesisRecorderConfig(KinesisRecorderConfig) - Constructor for class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
Creates a copy of the passed in KinesisRecorderConfig.
KMSAccessDeniedException - Exception in com.amazonaws.services.kinesis.model
The ciphertext references a key that doesn't exist or that you don't have access to.
KMSAccessDeniedException(String) - Constructor for exception com.amazonaws.services.kinesis.model.KMSAccessDeniedException
Constructs a new KMSAccessDeniedException with the specified error message.
KMSDisabledException - Exception in com.amazonaws.services.kinesis.model
The request was rejected because the specified customer master key (CMK) isn't enabled.
KMSDisabledException(String) - Constructor for exception com.amazonaws.services.kinesis.model.KMSDisabledException
Constructs a new KMSDisabledException with the specified error message.
KMSInvalidStateException - Exception in com.amazonaws.services.kinesis.model
The request was rejected because the state of the specified resource isn't valid for this request.
KMSInvalidStateException(String) - Constructor for exception com.amazonaws.services.kinesis.model.KMSInvalidStateException
Constructs a new KMSInvalidStateException with the specified error message.
KMSNotFoundException - Exception in com.amazonaws.services.kinesis.model
The request was rejected because the specified entity or resource can't be found.
KMSNotFoundException(String) - Constructor for exception com.amazonaws.services.kinesis.model.KMSNotFoundException
Constructs a new KMSNotFoundException with the specified error message.
KMSOptInRequiredException - Exception in com.amazonaws.services.kinesis.model
The AWS access key ID needs a subscription for the service.
KMSOptInRequiredException(String) - Constructor for exception com.amazonaws.services.kinesis.model.KMSOptInRequiredException
Constructs a new KMSOptInRequiredException with the specified error message.
KMSThrottlingException - Exception in com.amazonaws.services.kinesis.model
The request was denied due to request throttling.
KMSThrottlingException(String) - Constructor for exception com.amazonaws.services.kinesis.model.KMSThrottlingException
Constructs a new KMSThrottlingException with the specified error message.

L

LimitExceededException - Exception in com.amazonaws.services.kinesis.model
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.kinesis.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listShards(ListShardsRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Lists the shards in a stream and provides information about each shard.
listShards(ListShardsRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Lists the shards in a stream and provides information about each shard.
ListShardsRequest - Class in com.amazonaws.services.kinesis.model
Lists the shards in a stream and provides information about each shard.
ListShardsRequest() - Constructor for class com.amazonaws.services.kinesis.model.ListShardsRequest
 
ListShardsResult - Class in com.amazonaws.services.kinesis.model
 
ListShardsResult() - Constructor for class com.amazonaws.services.kinesis.model.ListShardsResult
 
listStreams(ListStreamsRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Lists your Kinesis data streams.
listStreams() - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Lists your Kinesis data streams.
listStreams(String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Lists your Kinesis data streams.
listStreams(Integer, String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Lists your Kinesis data streams.
listStreams(ListStreamsRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Lists your Kinesis data streams.
listStreams() - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Lists your Kinesis data streams.
listStreams(String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Lists your Kinesis data streams.
listStreams(Integer, String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Lists your Kinesis data streams.
ListStreamsRequest - Class in com.amazonaws.services.kinesis.model
Lists your Kinesis data streams.
ListStreamsRequest() - Constructor for class com.amazonaws.services.kinesis.model.ListStreamsRequest
 
ListStreamsResult - Class in com.amazonaws.services.kinesis.model
Represents the output for ListStreams.
ListStreamsResult() - Constructor for class com.amazonaws.services.kinesis.model.ListStreamsResult
 
listTagsForStream(ListTagsForStreamRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Lists the tags for the specified Kinesis data stream.
listTagsForStream(ListTagsForStreamRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Lists the tags for the specified Kinesis data stream.
ListTagsForStreamRequest - Class in com.amazonaws.services.kinesis.model
Lists the tags for the specified Kinesis data stream.
ListTagsForStreamRequest() - Constructor for class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
 
ListTagsForStreamResult - Class in com.amazonaws.services.kinesis.model
Represents the output for ListTagsForStream.
ListTagsForStreamResult() - Constructor for class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
 

M

mergeShards(MergeShardsRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
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.
mergeShards(String, String, String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
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.
mergeShards(MergeShardsRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
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.
mergeShards(String, String, String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
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.
MergeShardsRequest - Class in com.amazonaws.services.kinesis.model
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.
MergeShardsRequest() - Constructor for class com.amazonaws.services.kinesis.model.MergeShardsRequest
 
MetricsName - Enum in com.amazonaws.services.kinesis.model
Metrics Name

N

nextBatch(FileRecordStore.RecordIterator, List<byte[]>, int, int) - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
Reads a batch of records belong to the same stream into a list.

O

onRecordsDropped(String, List<byte[]>) - Method in interface com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.DeadLetterListener
The data sent here either encountered errors that cannot be retried or exceeded the retry limit.

P

ProvisionedThroughputExceededException - Exception in com.amazonaws.services.kinesis.model
The request rate for the stream is too high, or the requested data is too large for the available throughput.
ProvisionedThroughputExceededException(String) - Constructor for exception com.amazonaws.services.kinesis.model.ProvisionedThroughputExceededException
Constructs a new ProvisionedThroughputExceededException with the specified error message.
putRecord(PutRecordRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Writes a single data record into an Amazon Kinesis data stream.
putRecord(String, ByteBuffer, String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Writes a single data record into an Amazon Kinesis data stream.
putRecord(String, ByteBuffer, String, String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Writes a single data record into an Amazon Kinesis data stream.
putRecord(PutRecordRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Writes a single data record into an Amazon Kinesis data stream.
putRecord(String, ByteBuffer, String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Writes a single data record into an Amazon Kinesis data stream.
putRecord(String, ByteBuffer, String, String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Writes a single data record into an Amazon Kinesis data stream.
putRecordBatch(PutRecordBatchRequest) - Method in interface com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehose
Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records.
putRecordBatch(PutRecordBatchRequest) - Method in class com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehoseClient
Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records.
PutRecordBatchRequest - Class in com.amazonaws.services.kinesisfirehose.model
Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records.
PutRecordBatchRequest() - Constructor for class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
 
PutRecordBatchResponseEntry - Class in com.amazonaws.services.kinesisfirehose.model
Contains the result for an individual record from a PutRecordBatch request.
PutRecordBatchResponseEntry() - Constructor for class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
 
PutRecordBatchResult - Class in com.amazonaws.services.kinesisfirehose.model
 
PutRecordBatchResult() - Constructor for class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
 
PutRecordRequest - Class in com.amazonaws.services.kinesis.model
Writes a single data record into an Amazon Kinesis data stream.
PutRecordRequest() - Constructor for class com.amazonaws.services.kinesis.model.PutRecordRequest
 
PutRecordResult - Class in com.amazonaws.services.kinesis.model
Represents the output for PutRecord.
PutRecordResult() - Constructor for class com.amazonaws.services.kinesis.model.PutRecordResult
 
putRecords(PutRecordsRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Writes multiple data records into a Kinesis data stream in a single call (also referred to as a PutRecords request).
putRecords(PutRecordsRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Writes multiple data records into a Kinesis data stream in a single call (also referred to as a PutRecords request).
PutRecordsRequest - Class in com.amazonaws.services.kinesis.model
Writes multiple data records into a Kinesis data stream in a single call (also referred to as a PutRecords request).
PutRecordsRequest() - Constructor for class com.amazonaws.services.kinesis.model.PutRecordsRequest
 
PutRecordsRequestEntry - Class in com.amazonaws.services.kinesis.model
Represents the output for PutRecords.
PutRecordsRequestEntry() - Constructor for class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
 
PutRecordsResult - Class in com.amazonaws.services.kinesis.model
PutRecords results.
PutRecordsResult() - Constructor for class com.amazonaws.services.kinesis.model.PutRecordsResult
 
PutRecordsResultEntry - Class in com.amazonaws.services.kinesis.model
Represents the result of an individual record from a PutRecords request.
PutRecordsResultEntry() - Constructor for class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
 

R

Record - Class in com.amazonaws.services.kinesis.model
The unit of data of the Kinesis data stream, which is composed of a sequence number, a partition key, and a data blob.
Record() - Constructor for class com.amazonaws.services.kinesis.model.Record
 
Record - Class in com.amazonaws.services.kinesisfirehose.model
The unit of data in a delivery stream.
Record() - Constructor for class com.amazonaws.services.kinesisfirehose.model.Record
 
recordStore - Variable in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
 
removeTagsFromStream(RemoveTagsFromStreamRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Removes tags from the specified Kinesis data stream.
removeTagsFromStream(RemoveTagsFromStreamRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Removes tags from the specified Kinesis data stream.
RemoveTagsFromStreamRequest - Class in com.amazonaws.services.kinesis.model
Removes tags from the specified Kinesis data stream.
RemoveTagsFromStreamRequest() - Constructor for class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
 
ResourceInUseException - Exception in com.amazonaws.services.kinesis.model
The resource is not available for this operation.
ResourceInUseException(String) - Constructor for exception com.amazonaws.services.kinesis.model.ResourceInUseException
Constructs a new ResourceInUseException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.kinesis.model
The requested resource could not be found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.kinesis.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.kinesisfirehose.model
The specified resource could not be found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.kinesisfirehose.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.

S

saveRecord(String, String) - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
Saves a string to local storage to be sent later.
saveRecord(byte[], String) - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
Saves a record to local storage to be sent later.
saveRecord(byte[], String) - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisFirehoseRecorder
 
saveRecord(byte[], String) - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorder
 
ScalingType - Enum in com.amazonaws.services.kinesis.model
Scaling Type
SequenceNumberRange - Class in com.amazonaws.services.kinesis.model
The range of possible sequence numbers for the shard.
SequenceNumberRange() - Constructor for class com.amazonaws.services.kinesis.model.SequenceNumberRange
 
ServiceUnavailableException - Exception in com.amazonaws.services.kinesisfirehose.model
The service is unavailable.
ServiceUnavailableException(String) - Constructor for exception com.amazonaws.services.kinesisfirehose.model.ServiceUnavailableException
Constructs a new ServiceUnavailableException with the specified error message.
setAdjacentParentShardId(String) - Method in class com.amazonaws.services.kinesis.model.Shard
The shard ID of the shard adjacent to the shard's parent.
setAdjacentShardToMerge(String) - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
The shard ID of the adjacent shard for the merge.
setApproximateArrivalTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.Record
The approximate time that the record was inserted into the stream.
setCurrentShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
The current number of shards.
setCurrentShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
Represents the current state of the metrics that are in the enhanced state before the operation.
setCurrentShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
Represents the current state of the metrics that are in the enhanced state before the operation.
setData(ByteBuffer) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
The data blob to put into the record, which is base64-encoded when the blob is serialized.
setData(ByteBuffer) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
The data blob to put into the record, which is base64-encoded when the blob is serialized.
setData(ByteBuffer) - Method in class com.amazonaws.services.kinesis.model.Record
The data blob.
setData(ByteBuffer) - Method in class com.amazonaws.services.kinesisfirehose.model.Record
The data blob, which is base64-encoded when the blob is serialized.
setDeliveryStreamName(String) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
The name of the delivery stream.
setDesiredShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
Represents the list of all the metrics that would be in the enhanced state after the operation.
setDesiredShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
Represents the list of all the metrics that would be in the enhanced state after the operation.
setEncrypted(Boolean) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
Indicates whether server-side encryption (SSE) was enabled during this operation.
setEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The encryption type to use on the record.
setEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The encryption type to use on the record.
setEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
The encryption type used on the records.
setEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
The encryption type used on the records.
setEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.Record
The encryption type used on the record.
setEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.Record
The encryption type used on the record.
setEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The encryption type to use.
setEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The encryption type to use.
setEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The encryption type.
setEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The encryption type.
setEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The server-side encryption type used on the stream.
setEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The server-side encryption type used on the stream.
setEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The encryption type used.
setEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The encryption type used.
setEndingHashKey(String) - Method in class com.amazonaws.services.kinesis.model.HashKeyRange
The ending hash key of the hash key range.
setEndingSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.SequenceNumberRange
The ending sequence number for the range.
setEndpoint(String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Overrides the default endpoint for this client ("https://kinesis.us-east-1.amazonaws.com").
setEndpoint(String) - Method in interface com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehose
Overrides the default endpoint for this client ("https://firehose.us-east-1.amazonaws.com").
setEnhancedMonitoring(Collection<EnhancedMetrics>) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
Represents the current enhanced monitoring settings of the stream.
setEnhancedMonitoring(Collection<EnhancedMetrics>) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
Represents the current enhanced monitoring settings of the stream.
setErrorCode(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The error code for an individual record result.
setErrorCode(String) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
The error code for an individual record result.
setErrorMessage(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The error message for an individual record result.
setErrorMessage(String) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
The error message for an individual record result.
setExclusiveStartShardId(String) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
The shard ID of the shard to start with.
setExclusiveStartShardId(String) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
The ID of the shard to start the list with.
setExclusiveStartStreamName(String) - Method in class com.amazonaws.services.kinesis.model.ListStreamsRequest
The name of the stream to start the list with.
setExclusiveStartTagKey(String) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
The key to use as the starting point for the list of tags.
setExplicitHashKey(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.
setExplicitHashKey(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.
setFailedPutCount(Integer) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
The number of records that might have failed processing.
setFailedRecordCount(Integer) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
The number of unsuccessfully processed records in a PutRecords request.
setHashKeyRange(HashKeyRange) - Method in class com.amazonaws.services.kinesis.model.Shard
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
setHasMoreShards(Boolean) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
If set to true, more shards in the stream are available to describe.
setHasMoreStreams(Boolean) - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
If set to true, there are more streams available to list.
setHasMoreTags(Boolean) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
If set to true, more tags are available.
setKey(String) - Method in class com.amazonaws.services.kinesis.model.Tag
A unique identifier for the tag.
setKeyId(String) - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The GUID for the customer-managed AWS KMS key to use for encryption.
setKeyId(String) - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The GUID for the customer-managed AWS KMS key to use for encryption.
setKeyId(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The GUID for the customer-managed AWS KMS key to use for encryption.
setKeyId(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The GUID for the customer-managed AWS KMS key to use for encryption.
setLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
The maximum number of shards to return in a single call.
setLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.GetRecordsRequest
The maximum number of records to return.
setLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.ListStreamsRequest
The maximum number of streams to list.
setLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
The number of tags to return.
setMaxResults(Integer) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
The maximum number of shards to return in a single call to ListShards.
setMillisBehindLatest(Long) - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is.
setNewStartingHashKey(String) - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
A hash key value for the starting hash key of one of the child shards created by the split.
setNextShardIterator(String) - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The next position in the shard from which to start sequentially reading data records.
setNextToken(String) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken.
setNextToken(String) - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken.
setOpenShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsResult
The number of open shards.
setOpenShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The number of open shards in the stream.
setParentShardId(String) - Method in class com.amazonaws.services.kinesis.model.Shard
The shard ID of the shard's parent.
setPartitionKey(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
Determines which shard in the stream the data record is assigned to.
setPartitionKey(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
Determines which shard in the stream the data record is assigned to.
setPartitionKey(String) - Method in class com.amazonaws.services.kinesis.model.Record
Identifies which shard in the stream the data record is assigned to.
setRecordId(String) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
The ID of the record.
setRecords(Collection<Record>) - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The data records retrieved from the shard.
setRecords(Collection<PutRecordsRequestEntry>) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
The records associated with the request.
setRecords(Collection<PutRecordsResultEntry>) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.
setRecords(Collection<Record>) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
One or more records.
setRegion(Region) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
An alternative to AmazonKinesis.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRegion(Region) - Method in interface com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehose
An alternative to AmazonKinesisFirehose.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRequestResponses(Collection<PutRecordBatchResponseEntry>) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
The results array.
setRetentionPeriodHours(Integer) - Method in class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
The new retention period of the stream, in hours.
setRetentionPeriodHours(Integer) - Method in class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
The new retention period of the stream, in hours.
setRetentionPeriodHours(Integer) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The current retention period, in hours.
setRetentionPeriodHours(Integer) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The current retention period, in hours.
setScalingType(String) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The scaling type.
setScalingType(ScalingType) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The scaling type.
setSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The sequence number identifier that was assigned to the put data record.
setSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The sequence number for an individual record result.
setSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.Record
The unique identifier of the record within its shard.
setSequenceNumberForOrdering(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key.
setSequenceNumberRange(SequenceNumberRange) - Method in class com.amazonaws.services.kinesis.model.Shard
The range of possible sequence numbers for the shard.
setShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.CreateStreamRequest
The number of shards that the stream will use.
setShardId(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The shard ID of the Kinesis Data Streams shard to get the iterator for.
setShardId(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The shard ID of the shard where the data record was placed.
setShardId(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The shard ID for an individual record result.
setShardId(String) - Method in class com.amazonaws.services.kinesis.model.Shard
The unique identifier of the shard within the stream.
setShardIterator(String) - Method in class com.amazonaws.services.kinesis.model.GetRecordsRequest
The position in the shard from which you want to start sequentially reading data records.
setShardIterator(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorResult
The position in the shard from which to start reading data records sequentially.
setShardIteratorType(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
Determines how the shard iterator is used to start reading data records from the shard.
setShardIteratorType(ShardIteratorType) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
Determines how the shard iterator is used to start reading data records from the shard.
setShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
List of shard-level metrics to disable.
setShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
List of shard-level metrics to enable.
setShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.EnhancedMetrics
List of shard-level metrics.
setShardLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsResult
The maximum number of shards.
setShards(Collection<Shard>) - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
An array of JSON objects.
setShards(Collection<Shard>) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The shards that comprise the stream.
setShardToMerge(String) - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
The shard ID of the shard to combine with the adjacent shard for the merge.
setShardToSplit(String) - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
The shard ID of the shard to split.
setStartingHashKey(String) - Method in class com.amazonaws.services.kinesis.model.HashKeyRange
The starting hash key of the hash key range.
setStartingSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The sequence number of the data record in the shard from which to start reading.
setStartingSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.SequenceNumberRange
The starting sequence number for the range.
setStreamARN(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The Amazon Resource Name (ARN) for the stream being described.
setStreamARN(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The Amazon Resource Name (ARN) for the stream being described.
setStreamCreationTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
Specify this input parameter to distinguish data streams that have the same name.
setStreamCreationTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The approximate time that the stream was created.
setStreamCreationTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The approximate time that the stream was created.
setStreamDescription(StreamDescription) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamResult
The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
setStreamDescriptionSummary(StreamDescriptionSummary) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryResult
A StreamDescriptionSummary containing information about the stream.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
The name of the stream.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.CreateStreamRequest
A name to identify the stream.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
The name of the stream to modify.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DeleteStreamRequest
The name of the stream to delete.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
The name of the stream to describe.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryRequest
The name of the stream to describe.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
The name of the Kinesis data stream for which to disable enhanced monitoring.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
The name of the Kinesis data stream.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
The name of the stream for which to enable enhanced monitoring.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
The name of the Kinesis data stream.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The name of the Amazon Kinesis data stream.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
The name of the stream to modify.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
The name of the data stream whose shards you want to list.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
The name of the stream.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
The name of the stream for the merge.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
The name of the stream to put the data record into.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
The stream name associated with the request.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
The name of the stream.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
The name of the stream for the shard split.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The name of the stream for which to start encrypting records.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The name of the stream on which to stop encrypting records.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The name of the stream being described.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The name of the stream being described.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The name of the stream.
setStreamName(String) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
The name of the stream.
setStreamNames(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
The names of the streams that are associated with the AWS account making the ListStreams request.
setStreamStatus(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The current status of the stream being described.
setStreamStatus(StreamStatus) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The current status of the stream being described.
setStreamStatus(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The current status of the stream being described.
setStreamStatus(StreamStatus) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The current status of the stream being described.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
A list of tag keys.
setTags(Map<String, String>) - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
The set of key-value pairs to use to create the tags.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.
setTargetShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The new number of shards.
setTargetShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
The updated number of shards.
setTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The time stamp of the data record from which to start reading.
setValue(String) - Method in class com.amazonaws.services.kinesis.model.Tag
An optional string, typically used to describe or define the tag.
Shard - Class in com.amazonaws.services.kinesis.model
A uniquely identified group of data records in a Kinesis data stream.
Shard() - Constructor for class com.amazonaws.services.kinesis.model.Shard
 
ShardIteratorType - Enum in com.amazonaws.services.kinesis.model
Shard Iterator Type
shutdown() - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in interface com.amazonaws.services.kinesisfirehose.AmazonKinesisFirehose
Shuts down this client object, releasing any resources that might be held open.
splitShard(SplitShardRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.
splitShard(String, String, String) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.
splitShard(SplitShardRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.
splitShard(String, String, String) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.
SplitShardRequest - Class in com.amazonaws.services.kinesis.model
Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.
SplitShardRequest() - Constructor for class com.amazonaws.services.kinesis.model.SplitShardRequest
 
startStreamEncryption(StartStreamEncryptionRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Enables or updates server-side encryption using an AWS KMS key for a specified stream.
startStreamEncryption(StartStreamEncryptionRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Enables or updates server-side encryption using an AWS KMS key for a specified stream.
StartStreamEncryptionRequest - Class in com.amazonaws.services.kinesis.model
Enables or updates server-side encryption using an AWS KMS key for a specified stream.
StartStreamEncryptionRequest() - Constructor for class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
 
stopStreamEncryption(StopStreamEncryptionRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Disables server-side encryption for a specified stream.
stopStreamEncryption(StopStreamEncryptionRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Disables server-side encryption for a specified stream.
StopStreamEncryptionRequest - Class in com.amazonaws.services.kinesis.model
Disables server-side encryption for a specified stream.
StopStreamEncryptionRequest() - Constructor for class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
 
StreamDescription - Class in com.amazonaws.services.kinesis.model
Represents the output for DescribeStream.
StreamDescription() - Constructor for class com.amazonaws.services.kinesis.model.StreamDescription
 
StreamDescriptionSummary - Class in com.amazonaws.services.kinesis.model
Represents the output for DescribeStreamSummary
StreamDescriptionSummary() - Constructor for class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
 
StreamStatus - Enum in com.amazonaws.services.kinesis.model
Stream Status
submitAllRecords() - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder
Submits all requests saved to Amazon Kinesis.

T

Tag - Class in com.amazonaws.services.kinesis.model
Metadata assigned to the stream, consisting of a key-value pair.
Tag() - Constructor for class com.amazonaws.services.kinesis.model.Tag
 
toString() - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.CreateStreamRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DeleteStreamRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.kinesis.model.EncryptionType
 
toString() - Method in class com.amazonaws.services.kinesis.model.EnhancedMetrics
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.GetRecordsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.HashKeyRange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.ListStreamsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.kinesis.model.MetricsName
 
toString() - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.Record
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.kinesis.model.ScalingType
 
toString() - Method in class com.amazonaws.services.kinesis.model.SequenceNumberRange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.Shard
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.kinesis.model.ShardIteratorType
 
toString() - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.StreamDescription
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.kinesis.model.StreamStatus
 
toString() - Method in class com.amazonaws.services.kinesis.model.Tag
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.kinesisfirehose.model.Record
Returns a string representation of this object; useful for testing and debugging.

U

updateShardCount(UpdateShardCountRequest) - Method in interface com.amazonaws.services.kinesis.AmazonKinesis
Updates the shard count of the specified stream to the specified number of shards.
updateShardCount(UpdateShardCountRequest) - Method in class com.amazonaws.services.kinesis.AmazonKinesisClient
Updates the shard count of the specified stream to the specified number of shards.
UpdateShardCountRequest - Class in com.amazonaws.services.kinesis.model
Updates the shard count of the specified stream to the specified number of shards.
UpdateShardCountRequest() - Constructor for class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
 
UpdateShardCountResult - Class in com.amazonaws.services.kinesis.model
 
UpdateShardCountResult() - Constructor for class com.amazonaws.services.kinesis.model.UpdateShardCountResult
 

V

valueOf(String) - Static method in enum com.amazonaws.services.kinesis.model.EncryptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kinesis.model.MetricsName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kinesis.model.ScalingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kinesis.model.ShardIteratorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.kinesis.model.StreamStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.kinesis.model.EncryptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kinesis.model.MetricsName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kinesis.model.ScalingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kinesis.model.ShardIteratorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.kinesis.model.StreamStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAdjacentParentShardId(String) - Method in class com.amazonaws.services.kinesis.model.Shard
The shard ID of the shard adjacent to the shard's parent.
withAdjacentShardToMerge(String) - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
The shard ID of the adjacent shard for the merge.
withApproximateArrivalTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.Record
The approximate time that the record was inserted into the stream.
withCurrentShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
The current number of shards.
withCurrentShardLevelMetrics(String...) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
Represents the current state of the metrics that are in the enhanced state before the operation.
withCurrentShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
Represents the current state of the metrics that are in the enhanced state before the operation.
withCurrentShardLevelMetrics(String...) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
Represents the current state of the metrics that are in the enhanced state before the operation.
withCurrentShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
Represents the current state of the metrics that are in the enhanced state before the operation.
withData(ByteBuffer) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
The data blob to put into the record, which is base64-encoded when the blob is serialized.
withData(ByteBuffer) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
The data blob to put into the record, which is base64-encoded when the blob is serialized.
withData(ByteBuffer) - Method in class com.amazonaws.services.kinesis.model.Record
The data blob.
withData(ByteBuffer) - Method in class com.amazonaws.services.kinesisfirehose.model.Record
The data blob, which is base64-encoded when the blob is serialized.
withDeadLetterListener(DeadLetterListener) - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
Sets the DeadLetterListener that will respond to records being dropped.
withDeliveryStreamName(String) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
The name of the delivery stream.
withDesiredShardLevelMetrics(String...) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
Represents the list of all the metrics that would be in the enhanced state after the operation.
withDesiredShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
Represents the list of all the metrics that would be in the enhanced state after the operation.
withDesiredShardLevelMetrics(String...) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
Represents the list of all the metrics that would be in the enhanced state after the operation.
withDesiredShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
Represents the list of all the metrics that would be in the enhanced state after the operation.
withEncrypted(Boolean) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
Indicates whether server-side encryption (SSE) was enabled during this operation.
withEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The encryption type to use on the record.
withEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The encryption type to use on the record.
withEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
The encryption type used on the records.
withEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
The encryption type used on the records.
withEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.Record
The encryption type used on the record.
withEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.Record
The encryption type used on the record.
withEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The encryption type to use.
withEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The encryption type to use.
withEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The encryption type.
withEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The encryption type.
withEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The server-side encryption type used on the stream.
withEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The server-side encryption type used on the stream.
withEncryptionType(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The encryption type used.
withEncryptionType(EncryptionType) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The encryption type used.
withEndingHashKey(String) - Method in class com.amazonaws.services.kinesis.model.HashKeyRange
The ending hash key of the hash key range.
withEndingSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.SequenceNumberRange
The ending sequence number for the range.
withEnhancedMonitoring(EnhancedMetrics...) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
Represents the current enhanced monitoring settings of the stream.
withEnhancedMonitoring(Collection<EnhancedMetrics>) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
Represents the current enhanced monitoring settings of the stream.
withEnhancedMonitoring(EnhancedMetrics...) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
Represents the current enhanced monitoring settings of the stream.
withEnhancedMonitoring(Collection<EnhancedMetrics>) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
Represents the current enhanced monitoring settings of the stream.
withErrorCode(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The error code for an individual record result.
withErrorCode(String) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
The error code for an individual record result.
withErrorMessage(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The error message for an individual record result.
withErrorMessage(String) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
The error message for an individual record result.
withExclusiveStartShardId(String) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
The shard ID of the shard to start with.
withExclusiveStartShardId(String) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
The ID of the shard to start the list with.
withExclusiveStartStreamName(String) - Method in class com.amazonaws.services.kinesis.model.ListStreamsRequest
The name of the stream to start the list with.
withExclusiveStartTagKey(String) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
The key to use as the starting point for the list of tags.
withExplicitHashKey(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.
withExplicitHashKey(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.
withFailedPutCount(Integer) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
The number of records that might have failed processing.
withFailedRecordCount(Integer) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
The number of unsuccessfully processed records in a PutRecords request.
withHashKeyRange(HashKeyRange) - Method in class com.amazonaws.services.kinesis.model.Shard
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
withHasMoreShards(Boolean) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
If set to true, more shards in the stream are available to describe.
withHasMoreStreams(Boolean) - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
If set to true, there are more streams available to list.
withHasMoreTags(Boolean) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
If set to true, more tags are available.
withKey(String) - Method in class com.amazonaws.services.kinesis.model.Tag
A unique identifier for the tag.
withKeyId(String) - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The GUID for the customer-managed AWS KMS key to use for encryption.
withKeyId(String) - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The GUID for the customer-managed AWS KMS key to use for encryption.
withKeyId(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The GUID for the customer-managed AWS KMS key to use for encryption.
withKeyId(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The GUID for the customer-managed AWS KMS key to use for encryption.
withLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
The maximum number of shards to return in a single call.
withLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.GetRecordsRequest
The maximum number of records to return.
withLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.ListStreamsRequest
The maximum number of streams to list.
withLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
The number of tags to return.
withMaxResults(Integer) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
The maximum number of shards to return in a single call to ListShards.
withMaxStorageSize(long) - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
Sets the max storage in bytes that KinesisRecorder is allowed to use.
withMillisBehindLatest(Long) - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is.
withNewStartingHashKey(String) - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
A hash key value for the starting hash key of one of the child shards created by the split.
withNextShardIterator(String) - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The next position in the shard from which to start sequentially reading data records.
withNextToken(String) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken.
withNextToken(String) - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
When the number of shards in the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of shards in the data stream, the response includes a pagination token named NextToken.
withOpenShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsResult
The number of open shards.
withOpenShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The number of open shards in the stream.
withParentShardId(String) - Method in class com.amazonaws.services.kinesis.model.Shard
The shard ID of the shard's parent.
withPartitionKey(String) - Method in class com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.KinesisRecorderConfig
Optionally set partition key.
withPartitionKey(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
Determines which shard in the stream the data record is assigned to.
withPartitionKey(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
Determines which shard in the stream the data record is assigned to.
withPartitionKey(String) - Method in class com.amazonaws.services.kinesis.model.Record
Identifies which shard in the stream the data record is assigned to.
withRecordId(String) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
The ID of the record.
withRecords(Record...) - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The data records retrieved from the shard.
withRecords(Collection<Record>) - Method in class com.amazonaws.services.kinesis.model.GetRecordsResult
The data records retrieved from the shard.
withRecords(PutRecordsRequestEntry...) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
The records associated with the request.
withRecords(Collection<PutRecordsRequestEntry>) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
The records associated with the request.
withRecords(PutRecordsResultEntry...) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.
withRecords(Collection<PutRecordsResultEntry>) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResult
An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.
withRecords(Record...) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
One or more records.
withRecords(Collection<Record>) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
One or more records.
withRequestResponses(PutRecordBatchResponseEntry...) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
The results array.
withRequestResponses(Collection<PutRecordBatchResponseEntry>) - Method in class com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
The results array.
withRetentionPeriodHours(Integer) - Method in class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
The new retention period of the stream, in hours.
withRetentionPeriodHours(Integer) - Method in class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
The new retention period of the stream, in hours.
withRetentionPeriodHours(Integer) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The current retention period, in hours.
withRetentionPeriodHours(Integer) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The current retention period, in hours.
withScalingType(String) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The scaling type.
withScalingType(ScalingType) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The scaling type.
withSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The sequence number identifier that was assigned to the put data record.
withSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The sequence number for an individual record result.
withSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.Record
The unique identifier of the record within its shard.
withSequenceNumberForOrdering(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key.
withSequenceNumberRange(SequenceNumberRange) - Method in class com.amazonaws.services.kinesis.model.Shard
The range of possible sequence numbers for the shard.
withShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.CreateStreamRequest
The number of shards that the stream will use.
withShardId(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The shard ID of the Kinesis Data Streams shard to get the iterator for.
withShardId(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordResult
The shard ID of the shard where the data record was placed.
withShardId(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsResultEntry
The shard ID for an individual record result.
withShardId(String) - Method in class com.amazonaws.services.kinesis.model.Shard
The unique identifier of the shard within the stream.
withShardIterator(String) - Method in class com.amazonaws.services.kinesis.model.GetRecordsRequest
The position in the shard from which you want to start sequentially reading data records.
withShardIterator(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorResult
The position in the shard from which to start reading data records sequentially.
withShardIteratorType(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
Determines how the shard iterator is used to start reading data records from the shard.
withShardIteratorType(ShardIteratorType) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
Determines how the shard iterator is used to start reading data records from the shard.
withShardLevelMetrics(String...) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
List of shard-level metrics to disable.
withShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
List of shard-level metrics to disable.
withShardLevelMetrics(String...) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
List of shard-level metrics to enable.
withShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
List of shard-level metrics to enable.
withShardLevelMetrics(String...) - Method in class com.amazonaws.services.kinesis.model.EnhancedMetrics
List of shard-level metrics.
withShardLevelMetrics(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.EnhancedMetrics
List of shard-level metrics.
withShardLimit(Integer) - Method in class com.amazonaws.services.kinesis.model.DescribeLimitsResult
The maximum number of shards.
withShards(Shard...) - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
An array of JSON objects.
withShards(Collection<Shard>) - Method in class com.amazonaws.services.kinesis.model.ListShardsResult
An array of JSON objects.
withShards(Shard...) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The shards that comprise the stream.
withShards(Collection<Shard>) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The shards that comprise the stream.
withShardToMerge(String) - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
The shard ID of the shard to combine with the adjacent shard for the merge.
withShardToSplit(String) - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
The shard ID of the shard to split.
withStartingHashKey(String) - Method in class com.amazonaws.services.kinesis.model.HashKeyRange
The starting hash key of the hash key range.
withStartingSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The sequence number of the data record in the shard from which to start reading.
withStartingSequenceNumber(String) - Method in class com.amazonaws.services.kinesis.model.SequenceNumberRange
The starting sequence number for the range.
withStreamARN(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The Amazon Resource Name (ARN) for the stream being described.
withStreamARN(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The Amazon Resource Name (ARN) for the stream being described.
withStreamCreationTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
Specify this input parameter to distinguish data streams that have the same name.
withStreamCreationTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The approximate time that the stream was created.
withStreamCreationTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The approximate time that the stream was created.
withStreamDescription(StreamDescription) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamResult
The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
withStreamDescriptionSummary(StreamDescriptionSummary) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryResult
A StreamDescriptionSummary containing information about the stream.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
The name of the stream.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.CreateStreamRequest
A name to identify the stream.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DecreaseStreamRetentionPeriodRequest
The name of the stream to modify.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DeleteStreamRequest
The name of the stream to delete.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamRequest
The name of the stream to describe.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DescribeStreamSummaryRequest
The name of the stream to describe.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringRequest
The name of the Kinesis data stream for which to disable enhanced monitoring.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.DisableEnhancedMonitoringResult
The name of the Kinesis data stream.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringRequest
The name of the stream for which to enable enhanced monitoring.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.EnableEnhancedMonitoringResult
The name of the Kinesis data stream.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The name of the Amazon Kinesis data stream.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.IncreaseStreamRetentionPeriodRequest
The name of the stream to modify.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.ListShardsRequest
The name of the data stream whose shards you want to list.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
The name of the stream.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.MergeShardsRequest
The name of the stream for the merge.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordRequest
The name of the stream to put the data record into.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.PutRecordsRequest
The stream name associated with the request.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
The name of the stream.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.SplitShardRequest
The name of the stream for the shard split.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
The name of the stream for which to start encrypting records.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.StopStreamEncryptionRequest
The name of the stream on which to stop encrypting records.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The name of the stream being described.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The name of the stream being described.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The name of the stream.
withStreamName(String) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
The name of the stream.
withStreamNames(String...) - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
The names of the streams that are associated with the AWS account making the ListStreams request.
withStreamNames(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.ListStreamsResult
The names of the streams that are associated with the AWS account making the ListStreams request.
withStreamStatus(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The current status of the stream being described.
withStreamStatus(StreamStatus) - Method in class com.amazonaws.services.kinesis.model.StreamDescription
The current status of the stream being described.
withStreamStatus(String) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The current status of the stream being described.
withStreamStatus(StreamStatus) - Method in class com.amazonaws.services.kinesis.model.StreamDescriptionSummary
The current status of the stream being described.
withTagKeys(String...) - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
A list of tag keys.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
A list of tag keys.
withTags(Map<String, String>) - Method in class com.amazonaws.services.kinesis.model.AddTagsToStreamRequest
The set of key-value pairs to use to create the tags.
withTags(Tag...) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.kinesis.model.ListTagsForStreamResult
A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.
withTargetShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountRequest
The new number of shards.
withTargetShardCount(Integer) - Method in class com.amazonaws.services.kinesis.model.UpdateShardCountResult
The updated number of shards.
withTimestamp(Date) - Method in class com.amazonaws.services.kinesis.model.GetShardIteratorRequest
The time stamp of the data record from which to start reading.
withValue(String) - Method in class com.amazonaws.services.kinesis.model.Tag
An optional string, typically used to describe or define the tag.
A C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.