Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceArn

        UntagResourceRequest.Builder resourceArn​(String resourceArn)

        The KeyARN of the key whose tags are being removed.

        Parameters:
        resourceArn - The KeyARN of the key whose tags are being removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

        UntagResourceRequest.Builder tagKeys​(Collection<String> tagKeys)

        One or more tag keys. Don't include the tag values.

        If the Amazon Web Services Payment Cryptography key doesn't have the specified tag key, Amazon Web Services Payment Cryptography doesn't throw an exception or return a response. To confirm that the operation succeeded, use the ListTagsForResource operation.

        Parameters:
        tagKeys - One or more tag keys. Don't include the tag values.

        If the Amazon Web Services Payment Cryptography key doesn't have the specified tag key, Amazon Web Services Payment Cryptography doesn't throw an exception or return a response. To confirm that the operation succeeded, use the ListTagsForResource operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

        UntagResourceRequest.Builder tagKeys​(String... tagKeys)

        One or more tag keys. Don't include the tag values.

        If the Amazon Web Services Payment Cryptography key doesn't have the specified tag key, Amazon Web Services Payment Cryptography doesn't throw an exception or return a response. To confirm that the operation succeeded, use the ListTagsForResource operation.

        Parameters:
        tagKeys - One or more tag keys. Don't include the tag values.

        If the Amazon Web Services Payment Cryptography key doesn't have the specified tag key, Amazon Web Services Payment Cryptography doesn't throw an exception or return a response. To confirm that the operation succeeded, use the ListTagsForResource operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.