| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo |
|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateNotificationConfigurationResponse |
KinesisVideoClient.updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)
Updates the notification information for a stream.
|
default CompletableFuture<UpdateNotificationConfigurationResponse> |
KinesisVideoAsyncClient.updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)
Updates the notification information for a stream.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateNotificationConfigurationRequest.Builder |
UpdateNotificationConfigurationRequest.builder() |
default UpdateNotificationConfigurationRequest.Builder |
UpdateNotificationConfigurationRequest.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The structure containing the information required for notifications.
|
UpdateNotificationConfigurationRequest.Builder |
UpdateNotificationConfigurationRequest.Builder.notificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure containing the information required for notifications.
|
UpdateNotificationConfigurationRequest.Builder |
UpdateNotificationConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNotificationConfigurationRequest.Builder |
UpdateNotificationConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNotificationConfigurationRequest.Builder |
UpdateNotificationConfigurationRequest.Builder.streamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification
configuration.
|
UpdateNotificationConfigurationRequest.Builder |
UpdateNotificationConfigurationRequest.Builder.streamName(String streamName)
The name of the stream from which to update the notification configuration.
|
UpdateNotificationConfigurationRequest.Builder |
UpdateNotificationConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNotificationConfigurationRequest.Builder> |
UpdateNotificationConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.