| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisSummary |
AnalysisSummary.clone() |
AnalysisSummary |
AnalysisSummary.withAnalysisId(String analysisId)
The ID of the analysis.
|
AnalysisSummary |
AnalysisSummary.withArn(String arn)
The Amazon Resource Name (ARN) for the analysis.
|
AnalysisSummary |
AnalysisSummary.withCreatedTime(Date createdTime)
The time that the analysis was created.
|
AnalysisSummary |
AnalysisSummary.withLastUpdatedTime(Date lastUpdatedTime)
The time that the analysis was last updated.
|
AnalysisSummary |
AnalysisSummary.withName(String name)
The name of the analysis.
|
AnalysisSummary |
AnalysisSummary.withStatus(ResourceStatus status)
The last known status for the analysis.
|
AnalysisSummary |
AnalysisSummary.withStatus(String status)
The last known status for the analysis.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisSummary> |
SearchAnalysesResult.getAnalysisSummaryList()
Metadata describing the analyses that you searched for.
|
List<AnalysisSummary> |
ListAnalysesResult.getAnalysisSummaryList()
Metadata describing each of the analyses that are listed.
|
| Modifier and Type | Method and Description |
|---|---|
SearchAnalysesResult |
SearchAnalysesResult.withAnalysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing the analyses that you searched for.
|
ListAnalysesResult |
ListAnalysesResult.withAnalysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchAnalysesResult.setAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
|
void |
ListAnalysesResult.setAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
SearchAnalysesResult |
SearchAnalysesResult.withAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
|
ListAnalysesResult |
ListAnalysesResult.withAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
Copyright © 2024. All rights reserved.