Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ObjectAttributeRange
-
Packages that use ObjectAttributeRange Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ObjectAttributeRange in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ObjectAttributeRange Modifier and Type Method Description List<ObjectAttributeRange>BatchListIndex. rangesOnIndexedValues()Specifies the ranges of indexed values that you want to query.List<ObjectAttributeRange>ListIndexRequest. rangesOnIndexedValues()Specifies the ranges of indexed values that you want to query.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type ObjectAttributeRange Modifier and Type Method Description BatchListIndex.BuilderBatchListIndex.Builder. rangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)Specifies the ranges of indexed values that you want to query.ListIndexRequest.BuilderListIndexRequest.Builder. rangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)Specifies the ranges of indexed values that you want to query.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type ObjectAttributeRange Modifier and Type Method Description BatchListIndex.BuilderBatchListIndex.Builder. rangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)Specifies the ranges of indexed values that you want to query.ListIndexRequest.BuilderListIndexRequest.Builder. rangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)Specifies the ranges of indexed values that you want to query.
-