Class ServiceUpdate

    • Method Detail

      • serviceUpdateName

        public final String serviceUpdateName()

        The unique ID of the service update

        Returns:
        The unique ID of the service update
      • serviceUpdateReleaseDate

        public final Instant serviceUpdateReleaseDate()

        The date when the service update is initially available

        Returns:
        The date when the service update is initially available
      • serviceUpdateEndDate

        public final Instant serviceUpdateEndDate()

        The date after which the service update is no longer available

        Returns:
        The date after which the service update is no longer available
      • serviceUpdateDescription

        public final String serviceUpdateDescription()

        Provides details of the service update

        Returns:
        Provides details of the service update
      • engine

        public final String engine()

        The Elasticache engine to which the update applies. Either Redis or Memcached

        Returns:
        The Elasticache engine to which the update applies. Either Redis or Memcached
      • engineVersion

        public final String engineVersion()

        The Elasticache engine version to which the update applies. Either Redis or Memcached engine version

        Returns:
        The Elasticache engine version to which the update applies. Either Redis or Memcached engine version
      • autoUpdateAfterRecommendedApplyByDate

        public final Boolean autoUpdateAfterRecommendedApplyByDate()

        Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

        Returns:
        Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.
      • estimatedUpdateTime

        public final String estimatedUpdateTime()

        The estimated length of time the service update will take

        Returns:
        The estimated length of time the service update will take
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)