| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis
|
| Modifier and Type | Method and Description |
|---|---|
PutRecordsResult |
AmazonKinesisClient.putRecords(PutRecordsRequest putRecordsRequest)
Writes multiple data records into a Kinesis data stream in a single call
(also referred to as a
PutRecords request). |
PutRecordsResult |
AmazonKinesis.putRecords(PutRecordsRequest putRecordsRequest)
Writes multiple data records into a Kinesis data stream in a single call
(also referred to as a
PutRecords request). |
| Modifier and Type | Method and Description |
|---|---|
PutRecordsResult |
PutRecordsResult.withEncryptionType(EncryptionType encryptionType)
The encryption type used on the records.
|
PutRecordsResult |
PutRecordsResult.withEncryptionType(String encryptionType)
The encryption type used on the records.
|
PutRecordsResult |
PutRecordsResult.withFailedRecordCount(Integer failedRecordCount)
The number of unsuccessfully processed records in a
PutRecords request. |
PutRecordsResult |
PutRecordsResult.withRecords(Collection<PutRecordsResultEntry> records)
An array of successfully and unsuccessfully processed record results,
correlated with the request by natural ordering.
|
PutRecordsResult |
PutRecordsResult.withRecords(PutRecordsResultEntry... records)
An array of successfully and unsuccessfully processed record results,
correlated with the request by natural ordering.
|
Copyright © 2019. All rights reserved.