We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598805f commit 2e5cbc9Copy full SHA for 2e5cbc9
javav2/example_code/firehose/src/main/java/com/example/firehose/scenario/FirehoseScenario.java
@@ -29,6 +29,8 @@
29
*
30
* https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/get-started.html
31
*/
32
+
33
+// snippet-start:[firehose.java2.scenario.main]
34
public class FirehoseScenario {
35
private static FirehoseClient firehoseClient;
36
private static CloudWatchClient cloudWatchClient;
@@ -227,3 +229,4 @@ private static void closeClients() {
227
229
}
228
230
231
232
+// snippet-end:[firehose.java2.scenario.main]
0 commit comments