| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model | |
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnalysesResponse.Builder |
ListAnalysesResponse.Builder.analysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
SearchAnalysesResponse.Builder |
SearchAnalysesResponse.Builder.analysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing the analyses that you searched for.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnalysesResponse.Builder |
ListAnalysesResponse.Builder.analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
SearchAnalysesResponse.Builder |
SearchAnalysesResponse.Builder.analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<AnalysisSummary> |
SearchAnalysesIterable.analysisSummaryList()
Returns an iterable to iterate through the paginated
SearchAnalysesResponse.analysisSummaryList() member. |
SdkPublisher<AnalysisSummary> |
SearchAnalysesPublisher.analysisSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<AnalysisSummary> |
ListAnalysesPublisher.analysisSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AnalysisSummary> |
ListAnalysesIterable.analysisSummaryList()
Returns an iterable to iterate through the paginated
ListAnalysesResponse.analysisSummaryList() member. |
Copyright © 2023. All rights reserved.