Uses of Class
software.amazon.awssdk.services.kms.model.LimitExceededException
Packages that use LimitExceededException
-
Uses of LimitExceededException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw LimitExceededExceptionModifier and TypeMethodDescriptiondefault CreateAliasResponseKmsClient.createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest) Creates a friendly name for a KMS key.default CreateAliasResponseKmsClient.createAlias(CreateAliasRequest createAliasRequest) Creates a friendly name for a KMS key.default CreateCustomKeyStoreResponseKmsClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest) Creates a custom key store backed by a key store that you own and manage.default CreateCustomKeyStoreResponseKmsClient.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest) Creates a custom key store backed by a key store that you own and manage.default CreateGrantResponseKmsClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest) Adds a grant to a KMS key.default CreateGrantResponseKmsClient.createGrant(CreateGrantRequest createGrantRequest) Adds a grant to a KMS key.default 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 EnableKeyResponseKmsClient.enableKey(Consumer<EnableKeyRequest.Builder> enableKeyRequest) Sets the key state of a KMS key to enabled.default EnableKeyResponseKmsClient.enableKey(EnableKeyRequest enableKeyRequest) Sets the key state of a KMS key to enabled.default PutKeyPolicyResponseKmsClient.putKeyPolicy(Consumer<PutKeyPolicyRequest.Builder> putKeyPolicyRequest) Attaches a key policy to the specified KMS key.default PutKeyPolicyResponseKmsClient.putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest) Attaches a key policy to the specified KMS key.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 RotateKeyOnDemandResponseKmsClient.rotateKeyOnDemand(Consumer<RotateKeyOnDemandRequest.Builder> rotateKeyOnDemandRequest) Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.default RotateKeyOnDemandResponseKmsClient.rotateKeyOnDemand(RotateKeyOnDemandRequest rotateKeyOnDemandRequest) Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.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 UpdateAliasResponseKmsClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest) Associates an existing KMS alias with a different KMS key.default UpdateAliasResponseKmsClient.updateAlias(UpdateAliasRequest updateAliasRequest) Associates an existing KMS alias with a different KMS key.