| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchListAttachedIndices.Builder |
BatchListAttachedIndices.builder() |
BatchListAttachedIndices.Builder |
BatchListAttachedIndices.Builder.maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListAttachedIndices.Builder |
BatchListAttachedIndices.Builder.nextToken(String nextToken)
The pagination token.
|
default BatchListAttachedIndices.Builder |
BatchListAttachedIndices.Builder.targetReference(Consumer<ObjectReference.Builder> targetReference)
A reference to the object that has indices attached.
|
BatchListAttachedIndices.Builder |
BatchListAttachedIndices.Builder.targetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
|
BatchListAttachedIndices.Builder |
BatchListAttachedIndices.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchListAttachedIndices.Builder> |
BatchListAttachedIndices.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listAttachedIndices(Consumer<BatchListAttachedIndices.Builder> listAttachedIndices)
Lists indices attached to an object.
|
Copyright © 2022. All rights reserved.