Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.UpdateImageGenerationConfigurationResponse
-
Packages that use UpdateImageGenerationConfigurationResponse Package Description software.amazon.awssdk.services.kinesisvideo -
-
Uses of UpdateImageGenerationConfigurationResponse in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo that return UpdateImageGenerationConfigurationResponse Modifier and Type Method Description default UpdateImageGenerationConfigurationResponseKinesisVideoClient. updateImageGenerationConfiguration(Consumer<UpdateImageGenerationConfigurationRequest.Builder> updateImageGenerationConfigurationRequest)Updates theStreamInfoandImageProcessingConfigurationfields.default UpdateImageGenerationConfigurationResponseKinesisVideoClient. updateImageGenerationConfiguration(UpdateImageGenerationConfigurationRequest updateImageGenerationConfigurationRequest)Updates theStreamInfoandImageProcessingConfigurationfields.Methods in software.amazon.awssdk.services.kinesisvideo that return types with arguments of type UpdateImageGenerationConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateImageGenerationConfigurationResponse>KinesisVideoAsyncClient. updateImageGenerationConfiguration(Consumer<UpdateImageGenerationConfigurationRequest.Builder> updateImageGenerationConfigurationRequest)Updates theStreamInfoandImageProcessingConfigurationfields.default CompletableFuture<UpdateImageGenerationConfigurationResponse>KinesisVideoAsyncClient. updateImageGenerationConfiguration(UpdateImageGenerationConfigurationRequest updateImageGenerationConfigurationRequest)Updates theStreamInfoandImageProcessingConfigurationfields.
-