Uses of Class
software.amazon.awssdk.services.qconnect.model.ContentAssociationSummary
-
Packages that use ContentAssociationSummary Package Description software.amazon.awssdk.services.qconnect.model software.amazon.awssdk.services.qconnect.paginators -
-
Uses of ContentAssociationSummary in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type ContentAssociationSummary Modifier and Type Method Description List<ContentAssociationSummary>ListContentAssociationsResponse. contentAssociationSummaries()Summary information about content associations.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type ContentAssociationSummary Modifier and Type Method Description ListContentAssociationsResponse.BuilderListContentAssociationsResponse.Builder. contentAssociationSummaries(ContentAssociationSummary... contentAssociationSummaries)Summary information about content associations.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type ContentAssociationSummary Modifier and Type Method Description ListContentAssociationsResponse.BuilderListContentAssociationsResponse.Builder. contentAssociationSummaries(Collection<ContentAssociationSummary> contentAssociationSummaries)Summary information about content associations. -
Uses of ContentAssociationSummary in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type ContentAssociationSummary Modifier and Type Method Description SdkIterable<ContentAssociationSummary>ListContentAssociationsIterable. contentAssociationSummaries()Returns an iterable to iterate through the paginatedListContentAssociationsResponse.contentAssociationSummaries()member.SdkPublisher<ContentAssociationSummary>ListContentAssociationsPublisher. contentAssociationSummaries()Returns a publisher that can be used to get a stream of data.
-