Interface DescribeImagesFilter.Builder

    • Method Detail

      • tagStatus

        DescribeImagesFilter.Builder tagStatus​(String tagStatus)

        The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

        Parameters:
        tagStatus - The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TagStatus, TagStatus
      • tagStatus

        DescribeImagesFilter.Builder tagStatus​(TagStatus tagStatus)

        The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

        Parameters:
        tagStatus - The tag status with which to filter your DescribeImages results. You can filter results based on whether they are TAGGED or UNTAGGED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TagStatus, TagStatus