Uses of Class
software.amazon.awssdk.services.kms.model.CustomKeyStoreNotFoundException
Packages that use CustomKeyStoreNotFoundException
-
Uses of CustomKeyStoreNotFoundException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw CustomKeyStoreNotFoundExceptionModifier and TypeMethodDescriptiondefault ConnectCustomKeyStoreResponseKmsClient.connectCustomKeyStore(Consumer<ConnectCustomKeyStoreRequest.Builder> connectCustomKeyStoreRequest) Connects or reconnects a custom key store to its backing key store.default ConnectCustomKeyStoreResponseKmsClient.connectCustomKeyStore(ConnectCustomKeyStoreRequest connectCustomKeyStoreRequest) Connects or reconnects a custom key store to its backing key store.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 DeleteCustomKeyStoreResponseKmsClient.deleteCustomKeyStore(Consumer<DeleteCustomKeyStoreRequest.Builder> deleteCustomKeyStoreRequest) Deletes a custom key store.default DeleteCustomKeyStoreResponseKmsClient.deleteCustomKeyStore(DeleteCustomKeyStoreRequest deleteCustomKeyStoreRequest) Deletes a custom key store.default DescribeCustomKeyStoresResponseKmsClient.describeCustomKeyStores()Gets information about custom key stores in the account and Region.default DescribeCustomKeyStoresResponseKmsClient.describeCustomKeyStores(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest) Gets information about custom key stores in the account and Region.default DescribeCustomKeyStoresResponseKmsClient.describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest) Gets information about custom key stores in the account and Region.default DescribeCustomKeyStoresIterableKmsClient.describeCustomKeyStoresPaginator()This is a variant ofKmsClient.describeCustomKeyStores(software.amazon.awssdk.services.kms.model.DescribeCustomKeyStoresRequest)operation.default DescribeCustomKeyStoresIterableKmsClient.describeCustomKeyStoresPaginator(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest) This is a variant ofKmsClient.describeCustomKeyStores(software.amazon.awssdk.services.kms.model.DescribeCustomKeyStoresRequest)operation.default DescribeCustomKeyStoresIterableKmsClient.describeCustomKeyStoresPaginator(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest) This is a variant ofKmsClient.describeCustomKeyStores(software.amazon.awssdk.services.kms.model.DescribeCustomKeyStoresRequest)operation.default DisconnectCustomKeyStoreResponseKmsClient.disconnectCustomKeyStore(Consumer<DisconnectCustomKeyStoreRequest.Builder> disconnectCustomKeyStoreRequest) Disconnects the custom key store from its backing key store.default DisconnectCustomKeyStoreResponseKmsClient.disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest disconnectCustomKeyStoreRequest) Disconnects the custom key store from its backing key store.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 UpdateCustomKeyStoreResponseKmsClient.updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest) Changes the properties of a custom key store.default UpdateCustomKeyStoreResponseKmsClient.updateCustomKeyStore(UpdateCustomKeyStoreRequest updateCustomKeyStoreRequest) Changes the properties of a custom key store.