| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru |
Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical
operational applications.
|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationInsightsResult |
AbstractAmazonDevOpsGuru.listOrganizationInsights(ListOrganizationInsightsRequest request) |
ListOrganizationInsightsResult |
AmazonDevOpsGuru.listOrganizationInsights(ListOrganizationInsightsRequest listOrganizationInsightsRequest)
Returns a list of insights associated with the account or OU Id.
|
ListOrganizationInsightsResult |
AmazonDevOpsGuruClient.listOrganizationInsights(ListOrganizationInsightsRequest request)
Returns a list of insights associated with the account or OU Id.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListOrganizationInsightsResult> |
AbstractAmazonDevOpsGuruAsync.listOrganizationInsightsAsync(ListOrganizationInsightsRequest request,
AsyncHandler<ListOrganizationInsightsRequest,ListOrganizationInsightsResult> asyncHandler) |
Future<ListOrganizationInsightsResult> |
AmazonDevOpsGuruAsync.listOrganizationInsightsAsync(ListOrganizationInsightsRequest listOrganizationInsightsRequest,
AsyncHandler<ListOrganizationInsightsRequest,ListOrganizationInsightsResult> asyncHandler)
Returns a list of insights associated with the account or OU Id.
|
Future<ListOrganizationInsightsResult> |
AmazonDevOpsGuruAsyncClient.listOrganizationInsightsAsync(ListOrganizationInsightsRequest request,
AsyncHandler<ListOrganizationInsightsRequest,ListOrganizationInsightsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationInsightsResult |
ListOrganizationInsightsResult.clone() |
ListOrganizationInsightsResult |
ListOrganizationInsightsResult.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListOrganizationInsightsResult |
ListOrganizationInsightsResult.withProactiveInsights(Collection<ProactiveOrganizationInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResult |
ListOrganizationInsightsResult.withProactiveInsights(ProactiveOrganizationInsightSummary... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResult |
ListOrganizationInsightsResult.withReactiveInsights(Collection<ReactiveOrganizationInsightSummary> reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResult |
ListOrganizationInsightsResult.withReactiveInsights(ReactiveOrganizationInsightSummary... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
Copyright © 2023. All rights reserved.