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