Uses of Class
software.amazon.awssdk.services.firehose.model.PutRecordBatchResponseEntry
-
Packages that use PutRecordBatchResponseEntry Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of PutRecordBatchResponseEntry in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type PutRecordBatchResponseEntry Modifier and Type Method Description List<PutRecordBatchResponseEntry>PutRecordBatchResponse. requestResponses()The results array.Methods in software.amazon.awssdk.services.firehose.model with parameters of type PutRecordBatchResponseEntry Modifier and Type Method Description PutRecordBatchResponse.BuilderPutRecordBatchResponse.Builder. requestResponses(PutRecordBatchResponseEntry... requestResponses)The results array.Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type PutRecordBatchResponseEntry Modifier and Type Method Description PutRecordBatchResponse.BuilderPutRecordBatchResponse.Builder. requestResponses(Collection<PutRecordBatchResponseEntry> requestResponses)The results array.
-