Class ListImageVersionsRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

        A filter that returns only versions created on or after the specified time.

        Returns:
        A filter that returns only versions created on or after the specified time.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        A filter that returns only versions created on or before the specified time.

        Returns:
        A filter that returns only versions created on or before the specified time.
      • imageName

        public final String imageName()

        The name of the image to list the versions of.

        Returns:
        The name of the image to list the versions of.
      • lastModifiedTimeAfter

        public final Instant lastModifiedTimeAfter()

        A filter that returns only versions modified on or after the specified time.

        Returns:
        A filter that returns only versions modified on or after the specified time.
      • lastModifiedTimeBefore

        public final Instant lastModifiedTimeBefore()

        A filter that returns only versions modified on or before the specified time.

        Returns:
        A filter that returns only versions modified on or before the specified time.
      • maxResults

        public final Integer maxResults()

        The maximum number of versions to return in the response. The default value is 10.

        Returns:
        The maximum number of versions to return in the response. The default value is 10.
      • nextToken

        public final String nextToken()

        If the previous call to ListImageVersions didn't return the full set of versions, the call returns a token for getting the next set of versions.

        Returns:
        If the previous call to ListImageVersions didn't return the full set of versions, the call returns a token for getting the next set of versions.
      • sortByAsString

        public final String sortByAsString()

        The property used to sort results. The default value is CREATION_TIME.

        If the service returns an enum value that is not available in the current SDK version, sortBy will return ImageVersionSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        Returns:
        The property used to sort results. The default value is CREATION_TIME.
        See Also:
        ImageVersionSortBy
      • 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