Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ExportFilterPropertyAttributes
-
Packages that use ExportFilterPropertyAttributes Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of ExportFilterPropertyAttributes in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ExportFilterPropertyAttributes Modifier and Type Method Description Map<String,ExportFilterPropertyAttributes>ExportFilterElement. properties()Each property is defined by a key-value pair, where the key is the desired output property name (e.g.Method parameters in software.amazon.awssdk.services.neptunegraph.model with type arguments of type ExportFilterPropertyAttributes Modifier and Type Method Description ExportFilterElement.BuilderExportFilterElement.Builder. properties(Map<String,ExportFilterPropertyAttributes> properties)Each property is defined by a key-value pair, where the key is the desired output property name (e.g.
-