| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchListIndex.Builder |
BatchListIndex.builder() |
default BatchListIndex.Builder |
BatchListIndex.Builder.indexReference(Consumer<ObjectReference.Builder> indexReference)
The reference to the index to list.
|
BatchListIndex.Builder |
BatchListIndex.Builder.indexReference(ObjectReference indexReference)
The reference to the index to list.
|
BatchListIndex.Builder |
BatchListIndex.Builder.maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListIndex.Builder |
BatchListIndex.Builder.nextToken(String nextToken)
The pagination token.
|
BatchListIndex.Builder |
BatchListIndex.Builder.rangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
BatchListIndex.Builder |
BatchListIndex.Builder.rangesOnIndexedValues(Consumer<ObjectAttributeRange.Builder>... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
BatchListIndex.Builder |
BatchListIndex.Builder.rangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
BatchListIndex.Builder |
BatchListIndex.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchListIndex.Builder> |
BatchListIndex.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listIndex(Consumer<BatchListIndex.Builder> listIndex)
Lists objects attached to the specified index.
|
Copyright © 2022. All rights reserved.