| 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 |
|---|---|
ListNotificationChannelsResult |
AmazonDevOpsGuruClient.listNotificationChannels(ListNotificationChannelsRequest request)
Returns a list of notification channels configured for DevOps Guru.
|
ListNotificationChannelsResult |
AbstractAmazonDevOpsGuru.listNotificationChannels(ListNotificationChannelsRequest request) |
ListNotificationChannelsResult |
AmazonDevOpsGuru.listNotificationChannels(ListNotificationChannelsRequest listNotificationChannelsRequest)
Returns a list of notification channels configured for DevOps Guru.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNotificationChannelsResult> |
AmazonDevOpsGuruAsyncClient.listNotificationChannelsAsync(ListNotificationChannelsRequest request,
AsyncHandler<ListNotificationChannelsRequest,ListNotificationChannelsResult> asyncHandler) |
Future<ListNotificationChannelsResult> |
AbstractAmazonDevOpsGuruAsync.listNotificationChannelsAsync(ListNotificationChannelsRequest request,
AsyncHandler<ListNotificationChannelsRequest,ListNotificationChannelsResult> asyncHandler) |
Future<ListNotificationChannelsResult> |
AmazonDevOpsGuruAsync.listNotificationChannelsAsync(ListNotificationChannelsRequest listNotificationChannelsRequest,
AsyncHandler<ListNotificationChannelsRequest,ListNotificationChannelsResult> asyncHandler)
Returns a list of notification channels configured for DevOps Guru.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResult |
ListNotificationChannelsResult.clone() |
ListNotificationChannelsResult |
ListNotificationChannelsResult.withChannels(Collection<NotificationChannel> channels)
An array that contains the requested notification channels.
|
ListNotificationChannelsResult |
ListNotificationChannelsResult.withChannels(NotificationChannel... channels)
An array that contains the requested notification channels.
|
ListNotificationChannelsResult |
ListNotificationChannelsResult.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
Copyright © 2023. All rights reserved.