Class ListAliasesRequest

    • Method Detail

      • imageName

        public final String imageName()

        The name of the image.

        Returns:
        The name of the image.
      • alias

        public final String alias()

        The alias of the image version.

        Returns:
        The alias of the image version.
      • version

        public final Integer version()

        The version of the image. If image version is not specified, the aliases of all versions of the image are listed.

        Returns:
        The version of the image. If image version is not specified, the aliases of all versions of the image are listed.
      • maxResults

        public final Integer maxResults()

        The maximum number of aliases to return.

        Returns:
        The maximum number of aliases to return.
      • nextToken

        public final String nextToken()

        If the previous call to ListAliases didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.

        Returns:
        If the previous call to ListAliases didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.
      • 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