| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchListIndex |
BatchListIndex.clone() |
BatchListIndex |
BatchReadOperation.getListIndex()
Lists objects attached to the specified index.
|
BatchListIndex |
BatchListIndex.withIndexReference(ObjectReference indexReference)
The reference to the index to list.
|
BatchListIndex |
BatchListIndex.withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListIndex |
BatchListIndex.withNextToken(String nextToken)
The pagination token.
|
BatchListIndex |
BatchListIndex.withRangesOnIndexedValues(Collection<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 |
BatchReadOperation.setListIndex(BatchListIndex listIndex)
Lists objects attached to the specified index.
|
BatchReadOperation |
BatchReadOperation.withListIndex(BatchListIndex listIndex)
Lists objects attached to the specified index.
|
Copyright © 2022. All rights reserved.