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