Uses of Class
software.amazon.awssdk.services.kms.model.UnsupportedOperationException
Packages that use UnsupportedOperationException
-
Uses of UnsupportedOperationException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw UnsupportedOperationExceptionModifier 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.KmsClient.deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest) Deletes key material that was previously imported.KmsClient.deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest deleteImportedKeyMaterialRequest) Deletes key material that was previously imported.default DisableKeyRotationResponseKmsClient.disableKeyRotation(Consumer<DisableKeyRotationRequest.Builder> disableKeyRotationRequest) Disables automatic rotation of the key material of the specified symmetric encryption KMS key.default DisableKeyRotationResponseKmsClient.disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest) Disables automatic rotation of the key material of the specified symmetric encryption KMS key.default EnableKeyRotationResponseKmsClient.enableKeyRotation(Consumer<EnableKeyRotationRequest.Builder> enableKeyRotationRequest) Enables automatic rotation of the key material of the specified symmetric encryption KMS key.default EnableKeyRotationResponseKmsClient.enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest) Enables automatic rotation of the key material of the specified symmetric encryption KMS key.default GenerateDataKeyPairResponseKmsClient.generateDataKeyPair(Consumer<GenerateDataKeyPairRequest.Builder> generateDataKeyPairRequest) Returns a unique asymmetric data key pair for use outside of KMS.default GenerateDataKeyPairResponseKmsClient.generateDataKeyPair(GenerateDataKeyPairRequest generateDataKeyPairRequest) Returns a unique asymmetric data key pair for use outside of KMS.KmsClient.generateDataKeyPairWithoutPlaintext(Consumer<GenerateDataKeyPairWithoutPlaintextRequest.Builder> generateDataKeyPairWithoutPlaintextRequest) Returns a unique asymmetric data key pair for use outside of KMS.KmsClient.generateDataKeyPairWithoutPlaintext(GenerateDataKeyPairWithoutPlaintextRequest generateDataKeyPairWithoutPlaintextRequest) Returns a unique asymmetric data key pair for use outside of KMS.default GenerateRandomResponseKmsClient.generateRandom()Returns a random byte string that is cryptographically secure.default GenerateRandomResponseKmsClient.generateRandom(Consumer<GenerateRandomRequest.Builder> generateRandomRequest) Returns a random byte string that is cryptographically secure.default GenerateRandomResponseKmsClient.generateRandom(GenerateRandomRequest generateRandomRequest) Returns a random byte string that is cryptographically secure.default GetKeyRotationStatusResponseKmsClient.getKeyRotationStatus(Consumer<GetKeyRotationStatusRequest.Builder> getKeyRotationStatusRequest) Provides detailed information about the rotation status for a KMS key, including whether automatic rotation of the key material is enabled for the specified KMS key, the rotation period, and the next scheduled rotation date.default GetKeyRotationStatusResponseKmsClient.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest) Provides detailed information about the rotation status for a KMS key, including whether automatic rotation of the key material is enabled for the specified KMS key, the rotation period, and the next scheduled rotation date.default GetParametersForImportResponseKmsClient.getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest) Returns the public key and an import token you need to import or reimport key material for a KMS key.default GetParametersForImportResponseKmsClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest) Returns the public key and an import token you need to import or reimport key material for a KMS key.default GetPublicKeyResponseKmsClient.getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest) Returns the public key of an asymmetric KMS key.default GetPublicKeyResponseKmsClient.getPublicKey(GetPublicKeyRequest getPublicKeyRequest) Returns the public key of an asymmetric KMS key.default ImportKeyMaterialResponseKmsClient.importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest) Imports or reimports key material into an existing KMS key that was created without key material.default ImportKeyMaterialResponseKmsClient.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest) Imports or reimports key material into an existing KMS key that was created without key material.default ListKeyRotationsResponseKmsClient.listKeyRotations(Consumer<ListKeyRotationsRequest.Builder> listKeyRotationsRequest) Returns information about the key materials associated with the specified KMS key.default ListKeyRotationsResponseKmsClient.listKeyRotations(ListKeyRotationsRequest listKeyRotationsRequest) Returns information about the key materials associated with the specified KMS key.default ListKeyRotationsIterableKmsClient.listKeyRotationsPaginator(Consumer<ListKeyRotationsRequest.Builder> listKeyRotationsRequest) This is a variant ofKmsClient.listKeyRotations(software.amazon.awssdk.services.kms.model.ListKeyRotationsRequest)operation.default ListKeyRotationsIterableKmsClient.listKeyRotationsPaginator(ListKeyRotationsRequest listKeyRotationsRequest) This is a variant ofKmsClient.listKeyRotations(software.amazon.awssdk.services.kms.model.ListKeyRotationsRequest)operation.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 UpdatePrimaryRegionResponseKmsClient.updatePrimaryRegion(Consumer<UpdatePrimaryRegionRequest.Builder> updatePrimaryRegionRequest) Changes the primary key of a multi-Region key.default UpdatePrimaryRegionResponseKmsClient.updatePrimaryRegion(UpdatePrimaryRegionRequest updatePrimaryRegionRequest) Changes the primary key of a multi-Region key.