| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static ListInsightsResponse.Builder |
ListInsightsResponse.builder() |
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.proactiveInsights(Consumer<ProactiveInsightSummary.Builder>... proactiveInsights)
The returned list of proactive insights.
|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.proactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned list of proactive insights.
|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
The returned list of reactive insights.
|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.reactiveInsights(Consumer<ReactiveInsightSummary.Builder>... reactiveInsights)
The returned list of reactive insights.
|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.reactiveInsights(ReactiveInsightSummary... reactiveInsights)
The returned list of reactive insights.
|
ListInsightsResponse.Builder |
ListInsightsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInsightsResponse.Builder> |
ListInsightsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.