Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchListIndexResponse.Builder
-
Packages that use BatchListIndexResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListIndexResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListIndexResponse.Builder Modifier and Type Method Description static BatchListIndexResponse.BuilderBatchListIndexResponse. builder()BatchListIndexResponse.BuilderBatchListIndexResponse.Builder. indexAttachments(Collection<IndexAttachment> indexAttachments)The objects and indexed values attached to the index.BatchListIndexResponse.BuilderBatchListIndexResponse.Builder. indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments)The objects and indexed values attached to the index.BatchListIndexResponse.BuilderBatchListIndexResponse.Builder. indexAttachments(IndexAttachment... indexAttachments)The objects and indexed values attached to the index.BatchListIndexResponse.BuilderBatchListIndexResponse.Builder. nextToken(String nextToken)The pagination token.BatchListIndexResponse.BuilderBatchListIndexResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchListIndexResponse.Builder Modifier and Type Method Description static Class<? extends BatchListIndexResponse.Builder>BatchListIndexResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchListIndexResponse.Builder Modifier and Type Method Description default BatchReadSuccessfulResponse.BuilderBatchReadSuccessfulResponse.Builder. listIndex(Consumer<BatchListIndexResponse.Builder> listIndex)Lists objects attached to the specified index.
-