| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default AddNotificationChannelResponse |
DevOpsGuruClient.addNotificationChannel(Consumer<AddNotificationChannelRequest.Builder> addNotificationChannelRequest)
Adds a notification channel to DevOps Guru.
|
default CompletableFuture<AddNotificationChannelResponse> |
DevOpsGuruAsyncClient.addNotificationChannel(Consumer<AddNotificationChannelRequest.Builder> addNotificationChannelRequest)
Adds a notification channel to DevOps Guru.
|
| Modifier and Type | Method and Description |
|---|---|
static AddNotificationChannelRequest.Builder |
AddNotificationChannelRequest.builder() |
default AddNotificationChannelRequest.Builder |
AddNotificationChannelRequest.Builder.config(Consumer<NotificationChannelConfig.Builder> config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
AddNotificationChannelRequest.Builder |
AddNotificationChannelRequest.Builder.config(NotificationChannelConfig config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
AddNotificationChannelRequest.Builder |
AddNotificationChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddNotificationChannelRequest.Builder |
AddNotificationChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddNotificationChannelRequest.Builder |
AddNotificationChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AddNotificationChannelRequest.Builder> |
AddNotificationChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.