AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
neptunegraph
/
aws.sdk.kotlin.services.neptunegraph.model
/
Format
Format
sealed
class
Format
Inheritors
Csv
Ntriples
OpenCypher
Parquet
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Csv
Link copied to clipboard
object
Csv
:
Format
Ntriples
Link copied to clipboard
object
Ntriples
:
Format
Open
Cypher
Link copied to clipboard
object
OpenCypher
:
Format
Parquet
Link copied to clipboard
object
Parquet
:
Format
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Format
Properties
value
Link copied to clipboard
abstract
val
value
:
String