| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.builder() |
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.Builder.nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.Builder.proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.Builder.proactiveInsights(Consumer<ProactiveInsightSummary.Builder>... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.Builder.proactiveInsights(ProactiveInsightSummary... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.Builder.reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.Builder.reactiveInsights(Consumer<ReactiveInsightSummary.Builder>... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.Builder.reactiveInsights(ReactiveInsightSummary... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchOrganizationInsightsResponse.Builder> |
SearchOrganizationInsightsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.