Uses of Class
software.amazon.awssdk.services.neptunedata.model.Encoding
-
Packages that use Encoding Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of Encoding in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return Encoding Modifier and Type Method Description EncodingGetPropertygraphStreamRequest. encoding()If set to TRUE, Neptune compresses the response using gzip encoding.EncodingGetSparqlStreamRequest. encoding()If set to TRUE, Neptune compresses the response using gzip encoding.static EncodingEncoding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncodingEncoding. 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.Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type Encoding Modifier and Type Method Description static Set<Encoding>Encoding. knownValues()Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type Encoding Modifier and Type Method Description GetPropertygraphStreamRequest.BuilderGetPropertygraphStreamRequest.Builder. encoding(Encoding encoding)If set to TRUE, Neptune compresses the response using gzip encoding.GetSparqlStreamRequest.BuilderGetSparqlStreamRequest.Builder. encoding(Encoding encoding)If set to TRUE, Neptune compresses the response using gzip encoding.
-