Uses of Class
software.amazon.awssdk.services.mediatailor.model.PrefetchSchedule
-
Packages that use PrefetchSchedule Package Description software.amazon.awssdk.services.mediatailor.model software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of PrefetchSchedule in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type PrefetchSchedule Modifier and Type Method Description List<PrefetchSchedule>ListPrefetchSchedulesResponse. items()Lists the prefetch schedules.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type PrefetchSchedule Modifier and Type Method Description ListPrefetchSchedulesResponse.BuilderListPrefetchSchedulesResponse.Builder. items(PrefetchSchedule... items)Lists the prefetch schedules.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type PrefetchSchedule Modifier and Type Method Description ListPrefetchSchedulesResponse.BuilderListPrefetchSchedulesResponse.Builder. items(Collection<PrefetchSchedule> items)Lists the prefetch schedules. -
Uses of PrefetchSchedule in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type PrefetchSchedule Modifier and Type Method Description SdkIterable<PrefetchSchedule>ListPrefetchSchedulesIterable. items()Returns an iterable to iterate through the paginatedListPrefetchSchedulesResponse.items()member.SdkPublisher<PrefetchSchedule>ListPrefetchSchedulesPublisher. items()Returns a publisher that can be used to get a stream of data.
-