Uses of Class
software.amazon.awssdk.services.neptunegraph.model.MultiValueHandlingType
-
Packages that use MultiValueHandlingType Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of MultiValueHandlingType in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return MultiValueHandlingType Modifier and Type Method Description static MultiValueHandlingTypeMultiValueHandlingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MultiValueHandlingTypeExportFilterPropertyAttributes. multiValueHandling()Specifies how to handle properties that have multiple values.static MultiValueHandlingTypeMultiValueHandlingType. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiValueHandlingType[]MultiValueHandlingType. 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 MultiValueHandlingType Modifier and Type Method Description static Set<MultiValueHandlingType>MultiValueHandlingType. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type MultiValueHandlingType Modifier and Type Method Description ExportFilterPropertyAttributes.BuilderExportFilterPropertyAttributes.Builder. multiValueHandling(MultiValueHandlingType multiValueHandling)Specifies how to handle properties that have multiple values.
-