Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • nextToken

        ListTagsForResourceResponse.Builder nextToken​(String nextToken)

        If you specify this parameter and the result of a ListTagsForResource call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.

        Parameters:
        nextToken - If you specify this parameter and the result of a ListTagsForResource call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ListTagsForResourceResponse.Builder tags​(Map<String,​String> tags)

        A map of tag keys and values associated with the specified signaling channel.

        Parameters:
        tags - A map of tag keys and values associated with the specified signaling channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.