| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedAttributeValueRange |
TypedAttributeValueRange.clone() |
TypedAttributeValueRange |
ObjectAttributeRange.getRange()
The range of attribute values being selected.
|
TypedAttributeValueRange |
TypedAttributeValueRange.withEndMode(RangeMode endMode)
Inclusive or exclusive range end.
|
TypedAttributeValueRange |
TypedAttributeValueRange.withEndMode(String endMode)
Inclusive or exclusive range end.
|
TypedAttributeValueRange |
TypedAttributeValueRange.withEndValue(TypedAttributeValue endValue)
The attribute value to terminate the range at.
|
TypedAttributeValueRange |
TypedAttributeValueRange.withStartMode(RangeMode startMode)
Inclusive or exclusive range start.
|
TypedAttributeValueRange |
TypedAttributeValueRange.withStartMode(String startMode)
Inclusive or exclusive range start.
|
TypedAttributeValueRange |
TypedAttributeValueRange.withStartValue(TypedAttributeValue startValue)
The value to start the range at.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectAttributeRange.setRange(TypedAttributeValueRange range)
The range of attribute values being selected.
|
ObjectAttributeRange |
ObjectAttributeRange.withRange(TypedAttributeValueRange range)
The range of attribute values being selected.
|
Copyright © 2017. All rights reserved.