diff --git a/javav2/example_code/firehose/README.md b/javav2/example_code/firehose/README.md index 111206ed61c..ae3a2ccc7d6 100644 --- a/javav2/example_code/firehose/README.md +++ b/javav2/example_code/firehose/README.md @@ -29,6 +29,21 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav +### Single actions + +Code excerpts that show you how to call individual service functions. + +- [PutRecord](src/main/java/com/example/firehose/PutRecord.java#L52) +- [PutRecordBatch](src/main/java/com/example/firehose/PutBatchRecords.java#L6) + +### Scenarios + +Code examples that show you how to accomplish a specific task by calling multiple +functions within the same service. + +- [Put records to Data Firehose](src/main/java/com/example/firehose/scenario/FirehoseScenario.java) + + @@ -42,6 +57,18 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav +#### Put records to Data Firehose + +This example shows you how to use Data Firehose to process individual and batch records. + + + + + + + + + ### Tests ⚠ Running tests might result in charges to your AWS account. @@ -68,4 +95,4 @@ in the `javav2` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0