| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
QueryLanguageVersion |
QueryLanguageVersion.clone() |
QueryLanguageVersion |
GetEngineStatusResult.getGremlin()
Contains information about the Gremlin query language available on your cluster.
|
QueryLanguageVersion |
GetEngineStatusResult.getOpencypher()
Contains information about the openCypher query language available on your cluster.
|
QueryLanguageVersion |
GetEngineStatusResult.getSparql()
Contains information about the SPARQL query language available on your cluster.
|
QueryLanguageVersion |
QueryLanguageVersion.withVersion(String version)
The version of the query language.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEngineStatusResult.setGremlin(QueryLanguageVersion gremlin)
Contains information about the Gremlin query language available on your cluster.
|
void |
GetEngineStatusResult.setOpencypher(QueryLanguageVersion opencypher)
Contains information about the openCypher query language available on your cluster.
|
void |
GetEngineStatusResult.setSparql(QueryLanguageVersion sparql)
Contains information about the SPARQL query language available on your cluster.
|
GetEngineStatusResult |
GetEngineStatusResult.withGremlin(QueryLanguageVersion gremlin)
Contains information about the Gremlin query language available on your cluster.
|
GetEngineStatusResult |
GetEngineStatusResult.withOpencypher(QueryLanguageVersion opencypher)
Contains information about the openCypher query language available on your cluster.
|
GetEngineStatusResult |
GetEngineStatusResult.withSparql(QueryLanguageVersion sparql)
Contains information about the SPARQL query language available on your cluster.
|
Copyright © 2025. All rights reserved.