Class ListImagesRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

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

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

        public final Instant creationTimeBefore()

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

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

        public final Instant lastModifiedTimeAfter()

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

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

        public final Instant lastModifiedTimeBefore()

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

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

        public final Integer maxResults()

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

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

        public final String nameContains()

        A filter that returns only images whose name contains the specified string.

        Returns:
        A filter that returns only images whose name contains the specified string.
      • nextToken

        public final String nextToken()

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

        Returns:
        If the previous call to ListImages didn't return the full set of images, the call returns a token for getting the next set of images.
      • sortBy

        public final ImageSortBy sortBy()

        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 ImageSortBy.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:
        ImageSortBy
      • 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 ImageSortBy.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:
        ImageSortBy
      • 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