Uses of Class
software.amazon.awssdk.services.neptunegraph.model.NeptuneImportOptions
-
Packages that use NeptuneImportOptions Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of NeptuneImportOptions in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return NeptuneImportOptions Modifier and Type Method Description NeptuneImportOptionsImportOptions. neptune()Options for importing data from a Neptune database.Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type NeptuneImportOptions Modifier and Type Method Description static ImportOptionsImportOptions. fromNeptune(NeptuneImportOptions neptune)Create an instance of this class withImportOptions.neptune()initialized to the given value.ImportOptions.BuilderImportOptions.Builder. neptune(NeptuneImportOptions neptune)Options for importing data from a Neptune database.
-