Interface UntagResponse.Builder

    • Method Detail

      • arn

        UntagResponse.Builder arn​(String arn)

        The ARN of the resource group from which tags have been removed.

        Parameters:
        arn - The ARN of the resource group from which tags have been removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        UntagResponse.Builder keys​(Collection<String> keys)

        The keys of the tags that were removed.

        Parameters:
        keys - The keys of the tags that were removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        UntagResponse.Builder keys​(String... keys)

        The keys of the tags that were removed.

        Parameters:
        keys - The keys of the tags that were removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.