| 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 CompletableFuture<RemoveNotificationChannelResponse> |
DevOpsGuruAsyncClient.removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)
Removes a notification channel from DevOps Guru.
|
default RemoveNotificationChannelResponse |
DevOpsGuruClient.removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)
Removes a notification channel from DevOps Guru.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.builder() |
RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.Builder.id(String id)
The ID of the notification channel to be removed.
|
RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoveNotificationChannelRequest.Builder> |
RemoveNotificationChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.