| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model | |
| software.amazon.awssdk.services.forecast.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WhatIfAnalysisSummary> |
ListWhatIfAnalysesResponse.whatIfAnalyses()
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfAnalysesResponse.Builder |
ListWhatIfAnalysesResponse.Builder.whatIfAnalyses(WhatIfAnalysisSummary... whatIfAnalyses)
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfAnalysesResponse.Builder |
ListWhatIfAnalysesResponse.Builder.whatIfAnalyses(Collection<WhatIfAnalysisSummary> whatIfAnalyses)
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<WhatIfAnalysisSummary> |
ListWhatIfAnalysesIterable.whatIfAnalyses()
Returns an iterable to iterate through the paginated
ListWhatIfAnalysesResponse.whatIfAnalyses() member. |
SdkPublisher<WhatIfAnalysisSummary> |
ListWhatIfAnalysesPublisher.whatIfAnalyses()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.