Uses of Interface
software.amazon.awssdk.services.devopsguru.model.RemoveNotificationChannelRequest.Builder
-
Packages that use RemoveNotificationChannelRequest.Builder 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 -
-
Uses of RemoveNotificationChannelRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type RemoveNotificationChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<RemoveNotificationChannelResponse>DevOpsGuruAsyncClient. removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)Removes a notification channel from DevOps Guru.default RemoveNotificationChannelResponseDevOpsGuruClient. removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)Removes a notification channel from DevOps Guru. -
Uses of RemoveNotificationChannelRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return RemoveNotificationChannelRequest.Builder Modifier and Type Method Description static RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest. builder()RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest.Builder. id(String id)The ID of the notification channel to be removed.RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type RemoveNotificationChannelRequest.Builder Modifier and Type Method Description static Class<? extends RemoveNotificationChannelRequest.Builder>RemoveNotificationChannelRequest. serializableBuilderClass()
-