Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.UpdateNotificationConfigurationResponse
-
Packages that use UpdateNotificationConfigurationResponse Package Description software.amazon.awssdk.services.kinesisvideo -
-
Uses of UpdateNotificationConfigurationResponse in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo that return UpdateNotificationConfigurationResponse Modifier and Type Method Description default UpdateNotificationConfigurationResponseKinesisVideoClient. updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)Updates the notification information for a stream.default UpdateNotificationConfigurationResponseKinesisVideoClient. updateNotificationConfiguration(UpdateNotificationConfigurationRequest updateNotificationConfigurationRequest)Updates the notification information for a stream.Methods in software.amazon.awssdk.services.kinesisvideo that return types with arguments of type UpdateNotificationConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateNotificationConfigurationResponse>KinesisVideoAsyncClient. updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)Updates the notification information for a stream.default CompletableFuture<UpdateNotificationConfigurationResponse>KinesisVideoAsyncClient. updateNotificationConfiguration(UpdateNotificationConfigurationRequest updateNotificationConfigurationRequest)Updates the notification information for a stream.
-