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 67098dd commit 20286a1Copy full SHA for 20286a1
kotlin/services/neptune/src/main/java/com/example/neptune/scenerio/HelloNeptune.kt
@@ -20,7 +20,7 @@ suspend fun main(args: Array<String>) {
20
}
21
22
/**
23
- * Suspends the current coroutine to list details of DB clusters in Amazon Neptune.
+ * List details of DB clusters in Amazon Neptune.
24
*/
25
public suspend fun listDBClusters() {
26
val request = DescribeDbClustersRequest {
@@ -38,6 +38,6 @@ public suspend fun listDBClusters() {
38
println("Engine Version: ${cluster.engineVersion}")
39
println("---")
40
41
- }
+ }
42
43
// snippet-end:[neptune.kotlin.hello.main]
0 commit comments