Uses of Class
software.amazon.awssdk.services.clouddirectory.model.TypedAttributeValueRange
-
Packages that use TypedAttributeValueRange Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of TypedAttributeValueRange in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return TypedAttributeValueRange Modifier and Type Method Description TypedAttributeValueRangeObjectAttributeRange. range()The range of attribute values being selected.TypedAttributeValueRangeTypedLinkAttributeRange. range()The range of attribute values that are being selected.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type TypedAttributeValueRange Modifier and Type Method Description ObjectAttributeRange.BuilderObjectAttributeRange.Builder. range(TypedAttributeValueRange range)The range of attribute values being selected.TypedLinkAttributeRange.BuilderTypedLinkAttributeRange.Builder. range(TypedAttributeValueRange range)The range of attribute values that are being selected.
-