Uses of Class
software.amazon.awssdk.services.qconnect.model.ContentSummary
-
Packages that use ContentSummary Package Description software.amazon.awssdk.services.qconnect.model software.amazon.awssdk.services.qconnect.paginators -
-
Uses of ContentSummary in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ContentSummary Modifier and Type Method Description ContentSummaryGetContentSummaryResponse. contentSummary()The content summary.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type ContentSummary Modifier and Type Method Description List<ContentSummary>ListContentsResponse. contentSummaries()Information about the content.List<ContentSummary>SearchContentResponse. contentSummaries()Summary information about the content.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type ContentSummary Modifier and Type Method Description ListContentsResponse.BuilderListContentsResponse.Builder. contentSummaries(ContentSummary... contentSummaries)Information about the content.SearchContentResponse.BuilderSearchContentResponse.Builder. contentSummaries(ContentSummary... contentSummaries)Summary information about the content.GetContentSummaryResponse.BuilderGetContentSummaryResponse.Builder. contentSummary(ContentSummary contentSummary)The content summary.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type ContentSummary Modifier and Type Method Description ListContentsResponse.BuilderListContentsResponse.Builder. contentSummaries(Collection<ContentSummary> contentSummaries)Information about the content.SearchContentResponse.BuilderSearchContentResponse.Builder. contentSummaries(Collection<ContentSummary> contentSummaries)Summary information about the content. -
Uses of ContentSummary in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type ContentSummary Modifier and Type Method Description SdkIterable<ContentSummary>ListContentsIterable. contentSummaries()Returns an iterable to iterate through the paginatedListContentsResponse.contentSummaries()member.SdkPublisher<ContentSummary>ListContentsPublisher. contentSummaries()Returns a publisher that can be used to get a stream of data.SdkIterable<ContentSummary>SearchContentIterable. contentSummaries()Returns an iterable to iterate through the paginatedSearchContentResponse.contentSummaries()member.SdkPublisher<ContentSummary>SearchContentPublisher. contentSummaries()Returns a publisher that can be used to get a stream of data.
-