Uses of Interface
software.amazon.awssdk.services.kinesisvideo.model.UpdateNotificationConfigurationRequest.Builder
-
Packages that use UpdateNotificationConfigurationRequest.Builder Package Description software.amazon.awssdk.services.kinesisvideo software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of UpdateNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.kinesisvideo
Method parameters in software.amazon.awssdk.services.kinesisvideo with type arguments of type UpdateNotificationConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateNotificationConfigurationResponse>KinesisVideoAsyncClient. updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)Updates the notification information for a stream.default UpdateNotificationConfigurationResponseKinesisVideoClient. updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)Updates the notification information for a stream. -
Uses of UpdateNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return UpdateNotificationConfigurationRequest.Builder Modifier and Type Method Description static UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest. builder()default UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)The structure containing the information required for notifications.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)The structure containing the information required for notifications.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. streamARN(String streamARN)The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification configuration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. streamName(String streamName)The name of the stream from which to update the notification configuration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type UpdateNotificationConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateNotificationConfigurationRequest.Builder>UpdateNotificationConfigurationRequest. serializableBuilderClass()
-