Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentDetails
-
Packages that use DocumentDetails Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of DocumentDetails in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DocumentDetails Modifier and Type Method Description List<DocumentDetails>ListDocumentsResponse. documentDetailList()A list of document details.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentDetails Modifier and Type Method Description ListDocumentsResponse.BuilderListDocumentsResponse.Builder. documentDetailList(DocumentDetails... documentDetailList)A list of document details.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type DocumentDetails Modifier and Type Method Description ListDocumentsResponse.BuilderListDocumentsResponse.Builder. documentDetailList(Collection<DocumentDetails> documentDetailList)A list of document details. -
Uses of DocumentDetails in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type DocumentDetails Modifier and Type Method Description SdkIterable<DocumentDetails>ListDocumentsIterable. documentDetailList()Returns an iterable to iterate through the paginatedListDocumentsResponse.documentDetailList()member.SdkPublisher<DocumentDetails>ListDocumentsPublisher. documentDetailList()Returns a publisher that can be used to get a stream of data.
-