| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchListAttachedIndicesResponse.Builder |
BatchListAttachedIndicesResponse.builder() |
BatchListAttachedIndicesResponse.Builder |
BatchListAttachedIndicesResponse.Builder.indexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
BatchListAttachedIndicesResponse.Builder |
BatchListAttachedIndicesResponse.Builder.indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments)
The indices attached to the specified object.
|
BatchListAttachedIndicesResponse.Builder |
BatchListAttachedIndicesResponse.Builder.indexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
|
BatchListAttachedIndicesResponse.Builder |
BatchListAttachedIndicesResponse.Builder.nextToken(String nextToken)
The pagination token.
|
BatchListAttachedIndicesResponse.Builder |
BatchListAttachedIndicesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchListAttachedIndicesResponse.Builder> |
BatchListAttachedIndicesResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadSuccessfulResponse.Builder |
BatchReadSuccessfulResponse.Builder.listAttachedIndices(Consumer<BatchListAttachedIndicesResponse.Builder> listAttachedIndices)
Lists indices attached to an object.
|
Copyright © 2022. All rights reserved.