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