ImportOptions

sealed class ImportOptions

Options for how to perform an import.

Inheritors

Types

Link copied to clipboard
data class Neptune(val value: NeptuneImportOptions) : ImportOptions

Options for importing data from a Neptune database.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ImportOptions as a Neptune and retrieves its aws.sdk.kotlin.services.neptunegraph.model.NeptuneImportOptions value. Throws an exception if the ImportOptions is not a Neptune.

Link copied to clipboard