Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PutRecordBatchResponseEntry> |
PutRecordBatchResult.requestResponses
The results for the individual records.
|
Modifier and Type | Method and Description |
---|---|
PutRecordBatchResponseEntry |
PutRecordBatchResponseEntry.clone() |
PutRecordBatchResponseEntry |
PutRecordBatchResponseEntry.withErrorCode(java.lang.String errorCode)
The error code for an individual record result.
|
PutRecordBatchResponseEntry |
PutRecordBatchResponseEntry.withErrorMessage(java.lang.String errorMessage)
The error message for an individual record result.
|
PutRecordBatchResponseEntry |
PutRecordBatchResponseEntry.withRecordId(java.lang.String recordId)
The ID of the record.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PutRecordBatchResponseEntry> |
PutRecordBatchResult.getRequestResponses()
The results for the individual records.
|
Modifier and Type | Method and Description |
---|---|
PutRecordBatchResult |
PutRecordBatchResult.withRequestResponses(PutRecordBatchResponseEntry... requestResponses)
The results for the individual records.
|
Modifier and Type | Method and Description |
---|---|
void |
PutRecordBatchResult.setRequestResponses(java.util.Collection<PutRecordBatchResponseEntry> requestResponses)
The results for the individual records.
|
PutRecordBatchResult |
PutRecordBatchResult.withRequestResponses(java.util.Collection<PutRecordBatchResponseEntry> requestResponses)
The results for the individual records.
|
Modifier and Type | Method and Description |
---|---|
PutRecordBatchResponseEntry |
PutRecordBatchResponseEntryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PutRecordBatchResponseEntryJsonMarshaller.marshall(PutRecordBatchResponseEntry putRecordBatchResponseEntry,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|