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