Uses of Class
software.amazon.awssdk.services.neptunegraph.model.BlankNodeHandling
-
Packages that use BlankNodeHandling Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of BlankNodeHandling in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return BlankNodeHandling Modifier and Type Method Description BlankNodeHandlingCreateGraphUsingImportTaskRequest. blankNodeHandling()The method to handle blank nodes in the dataset.BlankNodeHandlingStartImportTaskRequest. blankNodeHandling()The method to handle blank nodes in the dataset.static BlankNodeHandlingBlankNodeHandling. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BlankNodeHandlingBlankNodeHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static BlankNodeHandling[]BlankNodeHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type BlankNodeHandling Modifier and Type Method Description static Set<BlankNodeHandling>BlankNodeHandling. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type BlankNodeHandling Modifier and Type Method Description CreateGraphUsingImportTaskRequest.BuilderCreateGraphUsingImportTaskRequest.Builder. blankNodeHandling(BlankNodeHandling blankNodeHandling)The method to handle blank nodes in the dataset.StartImportTaskRequest.BuilderStartImportTaskRequest.Builder. blankNodeHandling(BlankNodeHandling blankNodeHandling)The method to handle blank nodes in the dataset.
-