Uses of Class
software.amazon.awssdk.services.quicksight.model.AnalysisSummary
-
Packages that use AnalysisSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of AnalysisSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AnalysisSummary Modifier and Type Method Description List<AnalysisSummary>ListAnalysesResponse. analysisSummaryList()Metadata describing each of the analyses that are listed.List<AnalysisSummary>SearchAnalysesResponse. analysisSummaryList()Metadata describing the analyses that you searched for.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AnalysisSummary Modifier and Type Method Description ListAnalysesResponse.BuilderListAnalysesResponse.Builder. analysisSummaryList(AnalysisSummary... analysisSummaryList)Metadata describing each of the analyses that are listed.SearchAnalysesResponse.BuilderSearchAnalysesResponse.Builder. analysisSummaryList(AnalysisSummary... analysisSummaryList)Metadata describing the analyses that you searched for.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AnalysisSummary Modifier and Type Method Description ListAnalysesResponse.BuilderListAnalysesResponse.Builder. analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)Metadata describing each of the analyses that are listed.SearchAnalysesResponse.BuilderSearchAnalysesResponse.Builder. analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)Metadata describing the analyses that you searched for. -
Uses of AnalysisSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type AnalysisSummary Modifier and Type Method Description SdkIterable<AnalysisSummary>ListAnalysesIterable. analysisSummaryList()Returns an iterable to iterate through the paginatedListAnalysesResponse.analysisSummaryList()member.SdkPublisher<AnalysisSummary>ListAnalysesPublisher. analysisSummaryList()Returns a publisher that can be used to get a stream of data.SdkIterable<AnalysisSummary>SearchAnalysesIterable. analysisSummaryList()Returns an iterable to iterate through the paginatedSearchAnalysesResponse.analysisSummaryList()member.SdkPublisher<AnalysisSummary>SearchAnalysesPublisher. analysisSummaryList()Returns a publisher that can be used to get a stream of data.
-