Skip to content

Commit c86f2ec

Browse files
committed
added lambda example for Neptune
1 parent ed2fc42 commit c86f2ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

javav2/example_code/neptune/src/main/java/com/example/neptune/data/GremlinProfileQueryExample.java renamed to javav2/example_code/neptune/src/main/java/com/example/neptune/database/GremlinProfileQueryExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package com.example.neptune.data;
4+
package com.example.neptune.database;
55

66
import software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider;
77
import software.amazon.awssdk.core.client.config.ClientOverrideConfiguration;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package com.example.neptune.data;
4+
package com.example.neptune.database;
55

66
import software.amazon.awssdk.core.client.config.ClientOverrideConfiguration;
77
import software.amazon.awssdk.http.apache.ApacheHttpClient;

javav2/example_code/neptune/src/main/java/com/example/neptune/data/NeptuneGremlinQueryExample.java renamed to javav2/example_code/neptune/src/main/java/com/example/neptune/database/NeptuneGremlinQueryExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package com.example.neptune.data;
4+
package com.example.neptune.database;
55

66
import software.amazon.awssdk.core.client.config.ClientOverrideConfiguration;
77
import software.amazon.awssdk.http.apache.ApacheHttpClient;

javav2/example_code/neptune/src/main/java/com/example/neptune/data/OpenCypherExplainExample.java renamed to javav2/example_code/neptune/src/main/java/com/example/neptune/database/OpenCypherExplainExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package com.example.neptune.data;
4+
package com.example.neptune.database;
55

66
import software.amazon.awssdk.core.client.config.ClientOverrideConfiguration;
77
import software.amazon.awssdk.http.apache.ApacheHttpClient;

0 commit comments

Comments
 (0)