Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ImportOptions
-
Packages that use ImportOptions Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of ImportOptions in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ImportOptions Modifier and Type Method Description static ImportOptionsImportOptions. fromNeptune(Consumer<NeptuneImportOptions.Builder> neptune)Create an instance of this class withneptune()initialized to the given value.static ImportOptionsImportOptions. fromNeptune(NeptuneImportOptions neptune)Create an instance of this class withneptune()initialized to the given value.ImportOptionsCreateGraphUsingImportTaskRequest. importOptions()Contains options for controlling the import process.ImportOptionsCreateGraphUsingImportTaskResponse. importOptions()Contains options for controlling the import process.ImportOptionsGetImportTaskResponse. importOptions()Contains options for controlling the import process.Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type ImportOptions Modifier and Type Method Description CreateGraphUsingImportTaskRequest.BuilderCreateGraphUsingImportTaskRequest.Builder. importOptions(ImportOptions importOptions)Contains options for controlling the import process.CreateGraphUsingImportTaskResponse.BuilderCreateGraphUsingImportTaskResponse.Builder. importOptions(ImportOptions importOptions)Contains options for controlling the import process.GetImportTaskResponse.BuilderGetImportTaskResponse.Builder. importOptions(ImportOptions importOptions)Contains options for controlling the import process.
-