Package | Description |
---|---|
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PutRecordsResultEntry> |
PutRecordsResult.records
An array of successfully and unsuccessfully processed record results,
correlated with the request by natural ordering.
|
Modifier and Type | Method and Description |
---|---|
PutRecordsResultEntry |
PutRecordsResultEntry.clone() |
PutRecordsResultEntry |
PutRecordsResultEntry.withErrorCode(java.lang.String errorCode)
The error code for an individual record result.
|
PutRecordsResultEntry |
PutRecordsResultEntry.withErrorMessage(java.lang.String errorMessage)
The error message for an individual record result.
|
PutRecordsResultEntry |
PutRecordsResultEntry.withSequenceNumber(java.lang.String sequenceNumber)
The sequence number for an individual record result.
|
PutRecordsResultEntry |
PutRecordsResultEntry.withShardId(java.lang.String shardId)
The shard ID for an individual record result.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PutRecordsResultEntry> records)
An array of successfully and unsuccessfully processed record results,
correlated with the request by natural ordering.
|
PutRecordsResult |
PutRecordsResult.withRecords(java.util.Collection<PutRecordsResultEntry> records)
An array of successfully and unsuccessfully processed record results,
correlated with the request by natural ordering.
|
Modifier and Type | Method and Description |
---|---|
PutRecordsResultEntry |
PutRecordsResultEntryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PutRecordsResultEntryJsonMarshaller.marshall(PutRecordsResultEntry putRecordsResultEntry,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|