Uses of Interface
software.amazon.awssdk.services.devopsguru.model.AddNotificationChannelRequest.Builder
-
Packages that use AddNotificationChannelRequest.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 AddNotificationChannelRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type AddNotificationChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<AddNotificationChannelResponse>DevOpsGuruAsyncClient. addNotificationChannel(Consumer<AddNotificationChannelRequest.Builder> addNotificationChannelRequest)Adds a notification channel to DevOps Guru.default AddNotificationChannelResponseDevOpsGuruClient. addNotificationChannel(Consumer<AddNotificationChannelRequest.Builder> addNotificationChannelRequest)Adds a notification channel to DevOps Guru. -
Uses of AddNotificationChannelRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return AddNotificationChannelRequest.Builder Modifier and Type Method Description static AddNotificationChannelRequest.BuilderAddNotificationChannelRequest. builder()default AddNotificationChannelRequest.BuilderAddNotificationChannelRequest.Builder. config(Consumer<NotificationChannelConfig.Builder> config)ANotificationChannelConfigobject that specifies what type of notification channel to add.AddNotificationChannelRequest.BuilderAddNotificationChannelRequest.Builder. config(NotificationChannelConfig config)ANotificationChannelConfigobject that specifies what type of notification channel to add.AddNotificationChannelRequest.BuilderAddNotificationChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddNotificationChannelRequest.BuilderAddNotificationChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddNotificationChannelRequest.BuilderAddNotificationChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type AddNotificationChannelRequest.Builder Modifier and Type Method Description static Class<? extends AddNotificationChannelRequest.Builder>AddNotificationChannelRequest. serializableBuilderClass()
-