| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru |
Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical
operational applications.
|
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListNotificationChannelsResponse |
DevOpsGuruClient.listNotificationChannels(Consumer<ListNotificationChannelsRequest.Builder> listNotificationChannelsRequest)
Returns a list of notification channels configured for DevOps Guru.
|
default ListNotificationChannelsResponse |
DevOpsGuruClient.listNotificationChannels(ListNotificationChannelsRequest listNotificationChannelsRequest)
Returns a list of notification channels configured for DevOps Guru.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNotificationChannelsResponse> |
DevOpsGuruAsyncClient.listNotificationChannels(Consumer<ListNotificationChannelsRequest.Builder> listNotificationChannelsRequest)
Returns a list of notification channels configured for DevOps Guru.
|
default CompletableFuture<ListNotificationChannelsResponse> |
DevOpsGuruAsyncClient.listNotificationChannels(ListNotificationChannelsRequest listNotificationChannelsRequest)
Returns a list of notification channels configured for DevOps Guru.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListNotificationChannelsResponse> |
ListNotificationChannelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotificationChannelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListNotificationChannelsResponse> subscriber) |
Copyright © 2023. All rights reserved.