Uses of Interface
software.amazon.awssdk.services.kinesisvideo.model.DescribeNotificationConfigurationResponse.Builder
-
Packages that use DescribeNotificationConfigurationResponse.Builder Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of DescribeNotificationConfigurationResponse.Builder in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return DescribeNotificationConfigurationResponse.Builder Modifier and Type Method Description static DescribeNotificationConfigurationResponse.BuilderDescribeNotificationConfigurationResponse. builder()default DescribeNotificationConfigurationResponse.BuilderDescribeNotificationConfigurationResponse.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)The structure that contains the information required for notifications.DescribeNotificationConfigurationResponse.BuilderDescribeNotificationConfigurationResponse.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)The structure that contains the information required for notifications.DescribeNotificationConfigurationResponse.BuilderDescribeNotificationConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type DescribeNotificationConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends DescribeNotificationConfigurationResponse.Builder>DescribeNotificationConfigurationResponse. serializableBuilderClass()
-