Uses of Class
software.amazon.awssdk.services.kms.model.DeleteImportedKeyMaterialResponse
Packages that use DeleteImportedKeyMaterialResponse
-
Uses of DeleteImportedKeyMaterialResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DeleteImportedKeyMaterialResponseModifier and TypeMethodDescriptionKmsClient.deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest) Deletes key material that was previously imported.KmsClient.deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest deleteImportedKeyMaterialRequest) Deletes key material that was previously imported.Methods in software.amazon.awssdk.services.kms that return types with arguments of type DeleteImportedKeyMaterialResponseModifier and TypeMethodDescriptionKmsAsyncClient.deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest) Deletes key material that was previously imported.KmsAsyncClient.deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest deleteImportedKeyMaterialRequest) Deletes key material that was previously imported.