Uses of Class
software.amazon.awssdk.services.mediatailor.model.UpdateVodSourceResponse
-
Packages that use UpdateVodSourceResponse Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. -
-
Uses of UpdateVodSourceResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return UpdateVodSourceResponse Modifier and Type Method Description default UpdateVodSourceResponseMediaTailorClient. updateVodSource(Consumer<UpdateVodSourceRequest.Builder> updateVodSourceRequest)Updates a VOD source's configuration.default UpdateVodSourceResponseMediaTailorClient. updateVodSource(UpdateVodSourceRequest updateVodSourceRequest)Updates a VOD source's configuration.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type UpdateVodSourceResponse Modifier and Type Method Description default CompletableFuture<UpdateVodSourceResponse>MediaTailorAsyncClient. updateVodSource(Consumer<UpdateVodSourceRequest.Builder> updateVodSourceRequest)Updates a VOD source's configuration.default CompletableFuture<UpdateVodSourceResponse>MediaTailorAsyncClient. updateVodSource(UpdateVodSourceRequest updateVodSourceRequest)Updates a VOD source's configuration.
-