Uses of Class
software.amazon.awssdk.services.mediatailor.model.CreateLiveSourceResponse
-
Packages that use CreateLiveSourceResponse 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 CreateLiveSourceResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return CreateLiveSourceResponse Modifier and Type Method Description default CreateLiveSourceResponseMediaTailorClient. createLiveSource(Consumer<CreateLiveSourceRequest.Builder> createLiveSourceRequest)The live source configuration.default CreateLiveSourceResponseMediaTailorClient. createLiveSource(CreateLiveSourceRequest createLiveSourceRequest)The live source configuration.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type CreateLiveSourceResponse Modifier and Type Method Description default CompletableFuture<CreateLiveSourceResponse>MediaTailorAsyncClient. createLiveSource(Consumer<CreateLiveSourceRequest.Builder> createLiveSourceRequest)The live source configuration.default CompletableFuture<CreateLiveSourceResponse>MediaTailorAsyncClient. createLiveSource(CreateLiveSourceRequest createLiveSourceRequest)The live source configuration.
-