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.ImportOptionsStartImportTaskRequest. importOptions()Returns the value of the ImportOptions property for this object.ImportOptionsStartImportTaskResponse. importOptions()Returns the value of the ImportOptions property for this object.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.StartImportTaskRequest.BuilderStartImportTaskRequest.Builder. importOptions(ImportOptions importOptions)Sets the value of the ImportOptions property for this object.StartImportTaskResponse.BuilderStartImportTaskResponse.Builder. importOptions(ImportOptions importOptions)Sets the value of the ImportOptions property for this object.
-