| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeRange |
ObjectAttributeRange.clone() |
ObjectAttributeRange |
ObjectAttributeRange.withAttributeKey(AttributeKey attributeKey)
The key of the attribute the attribute range covers.
|
ObjectAttributeRange |
ObjectAttributeRange.withRange(TypedAttributeValueRange range)
The range of attribute values being selected.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAttributeRange> |
ListIndexRequest.getRangesOnIndexedValues()
Specifies the ranges of indexed values that you want to query.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndexRequest |
ListIndexRequest.withRangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndexRequest.setRangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
ListIndexRequest |
ListIndexRequest.withRangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
Copyright © 2017. All rights reserved.