Uses of Class
software.amazon.awssdk.services.clouddirectory.model.IndexAttachment
-
Packages that use IndexAttachment Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of IndexAttachment in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type IndexAttachment Modifier and Type Method Description List<IndexAttachment>BatchListAttachedIndicesResponse. indexAttachments()The indices attached to the specified object.List<IndexAttachment>BatchListIndexResponse. indexAttachments()The objects and indexed values attached to the index.List<IndexAttachment>ListAttachedIndicesResponse. indexAttachments()The indices attached to the specified object.List<IndexAttachment>ListIndexResponse. indexAttachments()The objects and indexed values attached to the index.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type IndexAttachment Modifier and Type Method Description BatchListAttachedIndicesResponse.BuilderBatchListAttachedIndicesResponse.Builder. indexAttachments(IndexAttachment... indexAttachments)The indices attached to the specified object.BatchListIndexResponse.BuilderBatchListIndexResponse.Builder. indexAttachments(IndexAttachment... indexAttachments)The objects and indexed values attached to the index.ListAttachedIndicesResponse.BuilderListAttachedIndicesResponse.Builder. indexAttachments(IndexAttachment... indexAttachments)The indices attached to the specified object.ListIndexResponse.BuilderListIndexResponse.Builder. indexAttachments(IndexAttachment... indexAttachments)The objects and indexed values attached to the index.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type IndexAttachment Modifier and Type Method Description BatchListAttachedIndicesResponse.BuilderBatchListAttachedIndicesResponse.Builder. indexAttachments(Collection<IndexAttachment> indexAttachments)The indices attached to the specified object.BatchListIndexResponse.BuilderBatchListIndexResponse.Builder. indexAttachments(Collection<IndexAttachment> indexAttachments)The objects and indexed values attached to the index.ListAttachedIndicesResponse.BuilderListAttachedIndicesResponse.Builder. indexAttachments(Collection<IndexAttachment> indexAttachments)The indices attached to the specified object.ListIndexResponse.BuilderListIndexResponse.Builder. indexAttachments(Collection<IndexAttachment> indexAttachments)The objects and indexed values attached to the index.
-