Class GetPrefetchScheduleRequest

    • Method Detail

      • name

        public final String name()

        The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.

        Returns:
        The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
      • playbackConfigurationName

        public final String playbackConfigurationName()

        Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.

        Returns:
        Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object