| 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 that 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.
|
List<ObjectAttributeRange> |
BatchListIndex.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.
|
BatchListIndex |
BatchListIndex.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.
|
void |
BatchListIndex.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.
|
BatchListIndex |
BatchListIndex.withRangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
Copyright © 2023. All rights reserved.