Uses of Class
software.amazon.awssdk.services.qbusiness.model.Index
-
Packages that use Index Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of Index in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type Index Modifier and Type Method Description List<Index>ListIndicesResponse. indices()An array of information on the items in one or more indexes.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type Index Modifier and Type Method Description ListIndicesResponse.BuilderListIndicesResponse.Builder. indices(Index... indices)An array of information on the items in one or more indexes.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type Index Modifier and Type Method Description ListIndicesResponse.BuilderListIndicesResponse.Builder. indices(Collection<Index> indices)An array of information on the items in one or more indexes. -
Uses of Index in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type Index Modifier and Type Method Description SdkIterable<Index>ListIndicesIterable. indices()Returns an iterable to iterate through the paginatedListIndicesResponse.indices()member.SdkPublisher<Index>ListIndicesPublisher. indices()Returns a publisher that can be used to get a stream of data.
-