Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchListAttachedIndices.Builder
-
Packages that use BatchListAttachedIndices.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListAttachedIndices.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListAttachedIndices.Builder Modifier and Type Method Description static BatchListAttachedIndices.BuilderBatchListAttachedIndices. builder()BatchListAttachedIndices.BuilderBatchListAttachedIndices.Builder. maxResults(Integer maxResults)The maximum number of results to retrieve.BatchListAttachedIndices.BuilderBatchListAttachedIndices.Builder. nextToken(String nextToken)The pagination token.default BatchListAttachedIndices.BuilderBatchListAttachedIndices.Builder. targetReference(Consumer<ObjectReference.Builder> targetReference)A reference to the object that has indices attached.BatchListAttachedIndices.BuilderBatchListAttachedIndices.Builder. targetReference(ObjectReference targetReference)A reference to the object that has indices attached.BatchListAttachedIndices.BuilderBatchListAttachedIndices. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchListAttachedIndices.Builder Modifier and Type Method Description static Class<? extends BatchListAttachedIndices.Builder>BatchListAttachedIndices. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchListAttachedIndices.Builder Modifier and Type Method Description default BatchReadOperation.BuilderBatchReadOperation.Builder. listAttachedIndices(Consumer<BatchListAttachedIndices.Builder> listAttachedIndices)Lists indices attached to an object.
-