Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchListIndex.Builder
-
Packages that use BatchListIndex.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListIndex.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListIndex.Builder Modifier and Type Method Description static BatchListIndex.BuilderBatchListIndex. builder()default BatchListIndex.BuilderBatchListIndex.Builder. indexReference(Consumer<ObjectReference.Builder> indexReference)The reference to the index to list.BatchListIndex.BuilderBatchListIndex.Builder. indexReference(ObjectReference indexReference)The reference to the index to list.BatchListIndex.BuilderBatchListIndex.Builder. maxResults(Integer maxResults)The maximum number of results to retrieve.BatchListIndex.BuilderBatchListIndex.Builder. nextToken(String nextToken)The pagination token.BatchListIndex.BuilderBatchListIndex.Builder. rangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)Specifies the ranges of indexed values that you want to query.BatchListIndex.BuilderBatchListIndex.Builder. rangesOnIndexedValues(Consumer<ObjectAttributeRange.Builder>... rangesOnIndexedValues)Specifies the ranges of indexed values that you want to query.BatchListIndex.BuilderBatchListIndex.Builder. rangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)Specifies the ranges of indexed values that you want to query.BatchListIndex.BuilderBatchListIndex. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchListIndex.Builder Modifier and Type Method Description static Class<? extends BatchListIndex.Builder>BatchListIndex. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchListIndex.Builder Modifier and Type Method Description default BatchReadOperation.BuilderBatchReadOperation.Builder. listIndex(Consumer<BatchListIndex.Builder> listIndex)Lists objects attached to the specified index.
-