Uses of Class
software.amazon.awssdk.services.clouddirectory.model.RangeMode
-
Packages that use RangeMode Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of RangeMode in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return RangeMode Modifier and Type Method Description RangeModeTypedAttributeValueRange. endMode()The inclusive or exclusive range end.static RangeModeRangeMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RangeModeTypedAttributeValueRange. startMode()The inclusive or exclusive range start.static RangeModeRangeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RangeMode[]RangeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type RangeMode Modifier and Type Method Description static Set<RangeMode>RangeMode. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type RangeMode Modifier and Type Method Description TypedAttributeValueRange.BuilderTypedAttributeValueRange.Builder. endMode(RangeMode endMode)The inclusive or exclusive range end.TypedAttributeValueRange.BuilderTypedAttributeValueRange.Builder. startMode(RangeMode startMode)The inclusive or exclusive range start.
-