Uses of Class
software.amazon.awssdk.services.mediatailor.model.GetChannelScheduleResponse
-
Packages that use GetChannelScheduleResponse Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of GetChannelScheduleResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return GetChannelScheduleResponse Modifier and Type Method Description default GetChannelScheduleResponseMediaTailorClient. getChannelSchedule(Consumer<GetChannelScheduleRequest.Builder> getChannelScheduleRequest)Retrieves information about your channel's schedule.default GetChannelScheduleResponseMediaTailorClient. getChannelSchedule(GetChannelScheduleRequest getChannelScheduleRequest)Retrieves information about your channel's schedule.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type GetChannelScheduleResponse Modifier and Type Method Description default CompletableFuture<GetChannelScheduleResponse>MediaTailorAsyncClient. getChannelSchedule(Consumer<GetChannelScheduleRequest.Builder> getChannelScheduleRequest)Retrieves information about your channel's schedule.default CompletableFuture<GetChannelScheduleResponse>MediaTailorAsyncClient. getChannelSchedule(GetChannelScheduleRequest getChannelScheduleRequest)Retrieves information about your channel's schedule. -
Uses of GetChannelScheduleResponse in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type GetChannelScheduleResponse Modifier and Type Method Description Iterator<GetChannelScheduleResponse>GetChannelScheduleIterable. iterator()Method parameters in software.amazon.awssdk.services.mediatailor.paginators with type arguments of type GetChannelScheduleResponse Modifier and Type Method Description voidGetChannelSchedulePublisher. subscribe(org.reactivestreams.Subscriber<? super GetChannelScheduleResponse> subscriber)
-