Uses of Class
software.amazon.awssdk.services.neptunedata.model.IteratorType
-
Packages that use IteratorType Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of IteratorType in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return IteratorType Modifier and Type Method Description static IteratorTypeIteratorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IteratorTypeGetPropertygraphStreamRequest. iteratorType()Can be one of:IteratorTypeGetSparqlStreamRequest. iteratorType()Can be one of:static IteratorTypeIteratorType. valueOf(String name)Returns the enum constant of this type with the specified name.static IteratorType[]IteratorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type IteratorType Modifier and Type Method Description static Set<IteratorType>IteratorType. knownValues()Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type IteratorType Modifier and Type Method Description GetPropertygraphStreamRequest.BuilderGetPropertygraphStreamRequest.Builder. iteratorType(IteratorType iteratorType)Can be one of:GetSparqlStreamRequest.BuilderGetSparqlStreamRequest.Builder. iteratorType(IteratorType iteratorType)Can be one of:
-