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