| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesis.model | |
| software.amazon.awssdk.services.kinesis.transform |
| Modifier and Type | Method and Description |
|---|---|
List<PutRecordsRequestEntry> |
PutRecordsRequest.records()
The records associated with the request.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecordsRequest.Builder |
PutRecordsRequest.Builder.records(PutRecordsRequestEntry... records)
The records associated with the request.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecordsRequest.Builder |
PutRecordsRequest.Builder.records(Collection<PutRecordsRequestEntry> records)
The records associated with the request.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecordsRequestEntry |
PutRecordsRequestEntryUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
PutRecordsRequestEntryMarshaller.marshall(PutRecordsRequestEntry putRecordsRequestEntry,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.