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