Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.RemoveNotificationChannelResponse.Builder
-
Packages that use RemoveNotificationChannelResponse.Builder Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of RemoveNotificationChannelResponse.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return RemoveNotificationChannelResponse.Builder Modifier and Type Method Description static RemoveNotificationChannelResponse.BuilderRemoveNotificationChannelResponse. builder()default RemoveNotificationChannelResponse.BuilderRemoveNotificationChannelResponse.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)The new notification configuration for this profiling group.RemoveNotificationChannelResponse.BuilderRemoveNotificationChannelResponse.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)The new notification configuration for this profiling group.RemoveNotificationChannelResponse.BuilderRemoveNotificationChannelResponse. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type RemoveNotificationChannelResponse.Builder Modifier and Type Method Description static Class<? extends RemoveNotificationChannelResponse.Builder>RemoveNotificationChannelResponse. serializableBuilderClass()
-