Uses of Class
software.amazon.awssdk.services.mediatailor.model.GetPrefetchScheduleResponse
-
Packages that use GetPrefetchScheduleResponse 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 GetPrefetchScheduleResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return GetPrefetchScheduleResponse Modifier and Type Method Description default GetPrefetchScheduleResponseMediaTailorClient. getPrefetchSchedule(Consumer<GetPrefetchScheduleRequest.Builder> getPrefetchScheduleRequest)Retrieves a prefetch schedule for a playback configuration.default GetPrefetchScheduleResponseMediaTailorClient. getPrefetchSchedule(GetPrefetchScheduleRequest getPrefetchScheduleRequest)Retrieves a prefetch schedule for a playback configuration.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type GetPrefetchScheduleResponse Modifier and Type Method Description default CompletableFuture<GetPrefetchScheduleResponse>MediaTailorAsyncClient. getPrefetchSchedule(Consumer<GetPrefetchScheduleRequest.Builder> getPrefetchScheduleRequest)Retrieves a prefetch schedule for a playback configuration.default CompletableFuture<GetPrefetchScheduleResponse>MediaTailorAsyncClient. getPrefetchSchedule(GetPrefetchScheduleRequest getPrefetchScheduleRequest)Retrieves a prefetch schedule for a playback configuration.
-