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