Package | Description |
---|---|
com.amazonaws.services.kinesis.model |
Modifier and Type | Method and Description |
---|---|
PutRecordsResultEntry |
PutRecordsResultEntry.clone() |
PutRecordsResultEntry |
PutRecordsResultEntry.withErrorCode(String errorCode)
The error code for an individual record result.
|
PutRecordsResultEntry |
PutRecordsResultEntry.withErrorMessage(String errorMessage)
The error message for an individual record result.
|
PutRecordsResultEntry |
PutRecordsResultEntry.withSequenceNumber(String sequenceNumber)
The sequence number for an individual record result.
|
PutRecordsResultEntry |
PutRecordsResultEntry.withShardId(String shardId)
The shard ID for an individual record result.
|
Modifier and Type | Method and Description |
---|---|
List<PutRecordsResultEntry> |
PutRecordsResult.getRecords()
An array of successfully and unsuccessfully processed record results, correlated with the request by natural
ordering.
|
Modifier and Type | Method and Description |
---|---|
PutRecordsResult |
PutRecordsResult.withRecords(PutRecordsResultEntry... records)
An array of successfully and unsuccessfully processed record results, correlated with the request by natural
ordering.
|
Modifier and Type | Method and Description |
---|---|
void |
PutRecordsResult.setRecords(Collection<PutRecordsResultEntry> records)
An array of successfully and unsuccessfully processed record results, correlated with the request by natural
ordering.
|
PutRecordsResult |
PutRecordsResult.withRecords(Collection<PutRecordsResultEntry> records)
An array of successfully and unsuccessfully processed record results, correlated with the request by natural
ordering.
|
Copyright © 2017. All rights reserved.