Uses of Class
software.amazon.awssdk.services.kms.model.TagException
Packages that use TagException
-
Uses of TagException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw TagExceptionModifier and TypeMethodDescriptiondefault CreateKeyResponseKmsClient.createKey()Creates a unique customer managed KMS key in your Amazon Web Services account and Region.default CreateKeyResponseKmsClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest) Creates a unique customer managed KMS key in your Amazon Web Services account and Region.default CreateKeyResponseKmsClient.createKey(CreateKeyRequest createKeyRequest) Creates a unique customer managed KMS key in your Amazon Web Services account and Region.default ReplicateKeyResponseKmsClient.replicateKey(Consumer<ReplicateKeyRequest.Builder> replicateKeyRequest) Replicates a multi-Region key into the specified Region.default ReplicateKeyResponseKmsClient.replicateKey(ReplicateKeyRequest replicateKeyRequest) Replicates a multi-Region key into the specified Region.default TagResourceResponseKmsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds or edits tags on a customer managed key.default TagResourceResponseKmsClient.tagResource(TagResourceRequest tagResourceRequest) Adds or edits tags on a customer managed key.default UntagResourceResponseKmsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Deletes tags from a customer managed key.default UntagResourceResponseKmsClient.untagResource(UntagResourceRequest untagResourceRequest) Deletes tags from a customer managed key.