| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
Encoding |
GetSparqlStreamRequest.encoding()
If set to TRUE, Neptune compresses the response using gzip encoding.
|
Encoding |
GetPropertygraphStreamRequest.encoding()
If set to TRUE, Neptune compresses the response using gzip encoding.
|
static Encoding |
Encoding.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Encoding |
Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encoding[] |
Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Encoding> |
Encoding.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSparqlStreamRequest.Builder |
GetSparqlStreamRequest.Builder.encoding(Encoding encoding)
If set to TRUE, Neptune compresses the response using gzip encoding.
|
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.encoding(Encoding encoding)
If set to TRUE, Neptune compresses the response using gzip encoding.
|
Copyright © 2023. All rights reserved.