| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecordsRequestEntry |
PutRecordsRequestEntry.clone() |
PutRecordsRequestEntry |
PutRecordsRequestEntry.withData(ByteBuffer data)
The data blob to put into the record, which is base64-encoded when the
blob is serialized.
|
PutRecordsRequestEntry |
PutRecordsRequestEntry.withExplicitHashKey(String explicitHashKey)
The hash value used to determine explicitly the shard that the data
record is assigned to by overriding the partition key hash.
|
PutRecordsRequestEntry |
PutRecordsRequestEntry.withPartitionKey(String partitionKey)
Determines which shard in the stream the data record is assigned to.
|
| Modifier and Type | Method and Description |
|---|---|
List<PutRecordsRequestEntry> |
PutRecordsRequest.getRecords()
The records associated with the request.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecordsRequest |
PutRecordsRequest.withRecords(PutRecordsRequestEntry... records)
The records associated with the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutRecordsRequest.setRecords(Collection<PutRecordsRequestEntry> records)
The records associated with the request.
|
PutRecordsRequest |
PutRecordsRequest.withRecords(Collection<PutRecordsRequestEntry> records)
The records associated with the request.
|
Copyright © 2015. All rights reserved.